hallo ihr alle,
während der installation von woddy wird meine netzwerkkarte nicht erkannt. ich hatte aber eigentlich vor debian übers web zu installieren.
hat jemand einen tip wie ich die netzwerkkarte zum laufen bekomme?
es handelt sich um eine: Onboard 10/100/1000 Intel® Ethernet Gigabit Karte
bitte lasst mich nicht hängen
PS: Sorry das ich jetzt zwei threads zum gleichen thema offen habe aber die ü-schrift zum ersten thread scheint ziemlich aussageschwach zu sein. deshalb der zweite versuch.
Netzwerkkarte macht ärger...
- the_extremist
- Beiträge: 103
- Registriert: 08.08.2002 09:40:00
- Wohnort: Heilbronn
- the_extremist
- Beiträge: 103
- Registriert: 08.08.2002 09:40:00
- Wohnort: Heilbronn
- the_extremist
- Beiträge: 103
- Registriert: 08.08.2002 09:40:00
- Wohnort: Heilbronn
habe folgenden tip bekommen:
die normalen deb-disks haben keine treiber für die e1000. es gibt allerdings ein iso-image mit einem vorkompiliertem kernel mit e1000-support:
http://oregonstate.edu/~kveton/debian/bootbf2.4.20.iso
Nach dem runterladen folgende Schritte durchführen
1. boot CD
2. After to have select "Install Kernel and Modules", an error come. Go to the console 2 (CTRL+F2).
3. In the shell :
- Mount CD (/dev/hdc is the CD-Rom device)
# mount /dev/hdc /insmnt
# cd /insmnt/boot
- Mount in loopback the boot image, then copy the good kernel on the hard disk
# mount -t auto -o loop rescue.bin /mnt
# cd /mnt
# cp config.gz linux.bin sys_map.gz /target/boot
# cd /target/boot
# rm *2.4.18*
# gunzip config.gz
# gunzip sys_map.gz
# mv config config-2.4.20
# mv sys_map System.map-2.4.20
# mv linux.bin vmlinuz-2.4.20
# cd /target
# rm vmlinuz
# ln -s boot/vmlinuz-2.4.20 vmlinuz
# cd lib/modules
# mv 2.4.20-bf2.4 2.4.20
# umount /mnt
4. Continue the installation with "Configure Kernel and Modules", ...
5. Use the originals Debian CDs for installing packages or use the network if your network card is detected.
6. Don't forget to make a bootable disk with the new kernel before reboot
that´s it.
die normalen deb-disks haben keine treiber für die e1000. es gibt allerdings ein iso-image mit einem vorkompiliertem kernel mit e1000-support:
http://oregonstate.edu/~kveton/debian/bootbf2.4.20.iso
Nach dem runterladen folgende Schritte durchführen
1. boot CD
2. After to have select "Install Kernel and Modules", an error come. Go to the console 2 (CTRL+F2).
3. In the shell :
- Mount CD (/dev/hdc is the CD-Rom device)
# mount /dev/hdc /insmnt
# cd /insmnt/boot
- Mount in loopback the boot image, then copy the good kernel on the hard disk
# mount -t auto -o loop rescue.bin /mnt
# cd /mnt
# cp config.gz linux.bin sys_map.gz /target/boot
# cd /target/boot
# rm *2.4.18*
# gunzip config.gz
# gunzip sys_map.gz
# mv config config-2.4.20
# mv sys_map System.map-2.4.20
# mv linux.bin vmlinuz-2.4.20
# cd /target
# rm vmlinuz
# ln -s boot/vmlinuz-2.4.20 vmlinuz
# cd lib/modules
# mv 2.4.20-bf2.4 2.4.20
# umount /mnt
4. Continue the installation with "Configure Kernel and Modules", ...
5. Use the originals Debian CDs for installing packages or use the network if your network card is detected.
6. Don't forget to make a bootable disk with the new kernel before reboot
that´s it.