View Full Version : Mandrake 10 & Ericsson hm120dp
Robertazzo
04-05-2004, 16:46
Ho letto sul sito EciAdsl la guida per installare gli ultimi Eci 9.0 su Mandrake 10 ma non ci ho capito molto.
Qualcuno ci è riuscito e può gentilmente aiutarmi? :cry:
ziobystek
04-05-2004, 17:01
Driver EciAdsl under Mandrake 10.0 with 2.6.x kernel [- ENGLISH -]
====================================================
1/ install the kernel-source mandrake rpm by typing:
urpmi kernel-source (as root user or using rpmdrake front-end)
2/ check that /usr/src/linux is symlinked to /usr/src/linux/linux-2.6.3-xmdk
with ls -l /usr/src/
if not linked, then issue this command:
ln -s /usr/src/linux-2.6.3-xmdk /usr/src/linux
3/ go to /usr/src/linux (cd /usr/src/linux)
4/ make a backup of your .config file (mv .config .config.bak)
5/ type make clean && make mrproper
6/ restore your .config backup (mv .config.bak .config)
7/ patch kernel sources:
patch -p1 </path/2.6.x-usb.patch
(remplace "path" with path to your patch)
8/ type make bzImage modules modules_install
9/ type cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.3-4mdkcustom
10/ type mkinitrd -f -v /boot/initrd-2.6.3-4mdkcustom.img 2.6.3-4mdkcustom
11/ add a new entry to lilo.conf (/etc/lilo.conf) in order to be prompted by lilo
to boot your new kernel.
here is an example of what the new entry may looks like
(you should modify according to your lilo's entries):
image=/boot/vmlinuz-2.6.3-1mdk
label=2.6.3-1custom
root=/dev/hda7
initrd=/boot/initrd-2.6.3-1mdk.img
append="devfs=mount hdc=ide-cd hdd=ide-cd acpi=ht splash=silent"
vga=normal
read-only
- the most important lines are the kernel's version 2.6.3-1
and the / partition (/dev/hda7 in the example)
- copy "append" and "vga" options from another lilo entry
12/ type lilo -v
13/ reboot and pray ;)
cosa c'è di difficile?
Robertazzo
04-05-2004, 18:56
non ho capito a cosa servono i settaggi dall'8 all'11 e non ho capito se devo scrivere nella shell passo passo quello che c'è scritto nella guida o devo personalizzare qualcosa
Robertazzo
04-05-2004, 23:43
Qualcuno può aiutarmi? :cry:
Quando arrivo allo step 10 della guida:
10/ type mkinitrd -f -v /boot/initrd-2.6.3-4mdkcustom.img 2.6.3-4mdkcustom
Dopo che premo invio mi dice:
/lib/modules/2.6.3-4mdkcustom is not a directory
Come mai?
:confused:
non ho capito a cosa servono i settaggi dall'8 all'11
Pare che tu non abbia mai ricompilato un kernel:P
comunque copia e incolla sulla shell quello che ti dicono loro e sei a posto
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.