vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| "Matata" <koen@NOSPAM.pi.be> writes: > I have ethernet on board of my MSI 865 PE Neo2 motherboard. > But when I do ifconfig eth0 up I get this message:"eth0: unknown > interface:No such device" > > I can see the connector lamp working. > > What must I do? > Google says you have an Intel 10/100 Network chip onboard. Try to load the network driver with 'modprobe e100'. afterwards you may see with 'ifconfig' an ethernet device ... HTH Martin -- _ _ | \/ |artin _ mail: this@chaosfactory.org | |\/| |______|_)__________________________________ |_| |_| |_)uchleitner www: chaosfactory.org |
| |||
| Matata wrote: > I have ethernet on board of my MSI 865 PE Neo2 motherboard. > But when I do ifconfig eth0 up I get this message:"eth0: unknown > interface:No such device" > > I can see the connector lamp working. > > What must I do? > > Greetz Matata You'll need to load the module for your ethernet card. does 'modprobe eepro100' work? if not, please post the output of 'cat /proc/pci | grep Ethernet' Dennis |
| |||
| This is what I get: Ethernet controller: PCI Device 8086:1050 (Intel Corp) (rev 2) "Dennis Nienhüser" <fragfred@gmx.de> schreef in bericht news:bina2e$rk2$06$1@news.t-online.com... > Matata wrote: > > > I have ethernet on board of my MSI 865 PE Neo2 motherboard. > > But when I do ifconfig eth0 up I get this message:"eth0: unknown > > interface:No such device" > > > > I can see the connector lamp working. > > > > What must I do? > > > > Greetz Matata > > You'll need to load the module for your ethernet card. does > 'modprobe eepro100' work? > if not, please post the output of 'cat /proc/pci | grep Ethernet' > > Dennis |
| |||
| Does look like an e100 is required. Check available modules in ls -R /lib/modules/`uname -r`/kernel/drivers/net/ Do you see any LAN-related info in your dmesg ? Maybe you could try booting with this excellent Gentoo-based rescueCD from http://www.systemrescuecd.org/index.en.html Groeten, Xavier Matata wrote: > This is what I get: > Ethernet controller: PCI Device 8086:1050 (Intel Corp) (rev 2) > > > "Dennis Nienhüser" <fragfred@gmx.de> schreef in bericht > news:bina2e$rk2$06$1@news.t-online.com... > >>Matata wrote: >> >> >>>I have ethernet on board of my MSI 865 PE Neo2 motherboard. >>>But when I do ifconfig eth0 up I get this message:"eth0: unknown >>>interface:No such device" >>> >>>I can see the connector lamp working. >>> >>>What must I do? >>> >>>Greetz Matata >> >>You'll need to load the module for your ethernet card. does >>'modprobe eepro100' work? >>if not, please post the output of 'cat /proc/pci | grep Ethernet' >> >>Dennis > > > |
| |||
| I did modprobe eepro100 and e100. They gave the same error message. Can't locate module... They are compiled in my kernel. Plz help... Matata "Dennis Nienhüser" <fragfred@gmx.de> schreef in bericht news:bina2e$rk2$06$1@news.t-online.com... > Matata wrote: > > > I have ethernet on board of my MSI 865 PE Neo2 motherboard. > > But when I do ifconfig eth0 up I get this message:"eth0: unknown > > interface:No such device" > > > > I can see the connector lamp working. > > > > What must I do? > > > > Greetz Matata > > You'll need to load the module for your ethernet card. does > 'modprobe eepro100' work? > if not, please post the output of 'cat /proc/pci | grep Ethernet' > > Dennis |
| |||
| If they are compiled into your kernel, then there is no need for modprobe... It means your hardware was not detected by the kernel. Check your dmesg Post it here if you really can't find anything you think is relevant. If they are compiled as modules, they should be below /lib/modules/`uname -r`/kernel/drivers/net/ but modprobe tells you they are not. Did you do make bzImage modules modules_install ? Are you running the kernel you built ? Compare ls -l /lib/modules with uname -r Do you see the same kernel version ? Hth Xavier Matata wrote: > I did modprobe eepro100 and e100. > They gave the same error message. > Can't locate module... > They are compiled in my kernel. > > Plz help... > > Matata > > > "Dennis Nienhüser" <fragfred@gmx.de> schreef in bericht > news:bina2e$rk2$06$1@news.t-online.com... > >>Matata wrote: >> >> >>>I have ethernet on board of my MSI 865 PE Neo2 motherboard. >>>But when I do ifconfig eth0 up I get this message:"eth0: unknown >>>interface:No such device" >>> >>>I can see the connector lamp working. >>> >>>What must I do? >>> >>>Greetz Matata >> >>You'll need to load the module for your ethernet card. does >>'modprobe eepro100' work? >>if not, please post the output of 'cat /proc/pci | grep Ethernet' >> >>Dennis > > > |
| |||
| When I boot I get this message: * Bringing up eth0 SIOCSIFADDR:no such device eth0:unknown interface:No such device SIOCSIFBRDADDR: no such device eth0:unknown interface: No such device SIOCSIFNETMASK:no such device *failed to bring eth0 up Thx for supporting! "Xavier" <gentoo@xavierneys.com> schreef in bericht news:3f4f8401$0$49099$e4fe514c@news.xs4all.nl... > If they are compiled into your kernel, then there is no need for modprobe... > It means your hardware was not detected by the kernel. > Check your dmesg > Post it here if you really can't find anything you think is relevant. > > If they are compiled as modules, they should be below > /lib/modules/`uname -r`/kernel/drivers/net/ > but modprobe tells you they are not. > Idd they are not. > Did you do make bzImage modules modules_install ? I followed the man of gentoo for installing a kernel. > Are you running the kernel you built ? Yes, I rebooted > > Compare ls -l /lib/modules > with uname -r > Do you see the same kernel version ? Last rule: build => /usr/src/linux/2.4.20-gentoo-r6 I believe this is correct... > > Hth > Xavier > > > Matata wrote: > > I did modprobe eepro100 and e100. > > They gave the same error message. > > Can't locate module... > > They are compiled in my kernel. > > > > Plz help... > > > > Matata > > > > > > "Dennis Nienhüser" <fragfred@gmx.de> schreef in bericht > > news:bina2e$rk2$06$1@news.t-online.com... > > > >>Matata wrote: > >> > >> > >>>I have ethernet on board of my MSI 865 PE Neo2 motherboard. > >>>But when I do ifconfig eth0 up I get this message:"eth0: unknown > >>>interface:No such device" > >>> > >>>I can see the connector lamp working. > >>> > >>>What must I do? > >>> > >>>Greetz Matata > >> > >>You'll need to load the module for your ethernet card. does > >>'modprobe eepro100' work? > >>if not, please post the output of 'cat /proc/pci | grep Ethernet' > >> > >>Dennis > > > > > > > |
| ||||
| On Fri, 29 Aug 2003 23:25:37 +0200, Xavier wrote: > Those messages simply show you have no eth0 at that point. > The problem lies before, probably when your kernel boots. > More comments between your replies below. > > Matata wrote: >> When I boot I get this message: >> * Bringing up eth0 >> SIOCSIFADDR:no such device >> eth0:unknown interface:No such device >> SIOCSIFBRDADDR: no such device >> eth0:unknown interface: No such device >> SIOCSIFNETMASK:no such device >> *failed to bring eth0 up >> >> Thx for supporting! >> >> "Xavier" <gentoo@xavierneys.com> schreef in bericht >> news:3f4f8401$0$49099$e4fe514c@news.xs4all.nl... >> >>>If they are compiled into your kernel, then there is no need for >> >> modprobe... >> >>>It means your hardware was not detected by the kernel. >>>Check your dmesg >>>Post it here if you really can't find anything you think is relevant. >>> >>>If they are compiled as modules, they should be below >>>/lib/modules/`uname -r`/kernel/drivers/net/ >>>but modprobe tells you they are not. >>> >> Idd they are not. > > So either they have been compiled into your kernel or the modules have not > been copied. > >>>Did you do make bzImage modules modules_install ? >> >> I followed the man of gentoo for installing a kernel. > > I just had a look at the manual and noticed new things. Had not read that bit > for ages. > Did you use genkernel or the manual procedure ? > I would suggest you did > # cd /usr/src/linux-2.4.20-gentoo-r6 > # make menuconfig > Check all screens and select what you need/want. > Given your net adapter is onboard, I see no reason not to load your lan driver > into the kernel, i.e. do not compile as module. > # make dep > # make bzImage > # make modules > # make modules_install > # mount /boot > # cp arch/i386/boot/bzImage /boot/bzImage.new > Edit your /boot/grub/grub.conf and add an entry for the newly created > kernel(bzImage.new) > Reboot. > # dmesg|less > See if your adapter was detected or if it failed and maybe why and let us know. > >>>Are you running the kernel you built ? >> >> >> Yes, I rebooted >> >> >>>Compare ls -l /lib/modules >>>with uname -r >>>Do you see the same kernel version ? >> >> >> Last rule: build => /usr/src/linux/2.4.20-gentoo-r6 >> I believe this is correct... >> >> >>>Hth >>>Xavier >>> >>> >>>Matata wrote: >>> >>>>I did modprobe eepro100 and e100. >>>>They gave the same error message. >>>>Can't locate module... >>>>They are compiled in my kernel. >>>> >>>>Plz help... >>>> >>>>Matata >>>> >>>> >>>>"Dennis Nienhüser" <fragfred@gmx.de> schreef in bericht >>>>news:bina2e$rk2$06$1@news.t-online.com... >>>> >>>> >>>>>Matata wrote: >>>>> >>>>> >>>>> >>>>>>I have ethernet on board of my MSI 865 PE Neo2 motherboard. >>>>>>But when I do ifconfig eth0 up I get this message:"eth0: unknown >>>>>>interface:No such device" >>>>>> >>>>>>I can see the connector lamp working. >>>>>> >>>>>>What must I do? >>>>>> >>>>>>Greetz Matata >>>>> >>>>>You'll need to load the module for your ethernet card. does >>>>>'modprobe eepro100' work? >>>>>if not, please post the output of 'cat /proc/pci | grep Ethernet' >>>>> >>>>>Dennis >>>> >>>> >>>> >> >> it works now! I did emerge e100. insmod e100 - modprobe e100 eht0 was now running... Thx! |