On Tue, May 16, 2006 at 10:56:22PM -0700, stolennomenclature wrote: > I am trying to get the Hurd to work with a newly purchased PCI network card > based on the Realtek 8139. I believe this is Mach compatible. However, when > I do a settrans to configure using eth0 I get told that no such device > exists.
Run `devprobe eth0' as root to make sure the device exists - If it really does, Mach will print out `eth0'. > I can see some messages related to my network card flash by during the login > process but too fast to read. > > Can anyone > > A/. Tell me where these boot up messages are logged - i cannot find any in > the var/log directory. cat /dev/klog > foo, then hit ctrl+c after a couple of seconds. > B/. Help me with my network card may not work with Mach? By the way it works > fine from Windows XP on the same machine. If you have GNU/Linux installed on that machine, or a GNU/Linux Live-CD at hand, the lspci output for that card would help, especially the pci vendor/model numbers which belong to the network interface adapter, they are output by lspci -n: nighthawk~$ lspci | grep Ethernet 0000:00:0b.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus [Cyclone] (rev 10) nighthawk~$ lspci -n | grep 0b.0 0000:00:0b.0 0200: 10b7:6055 (rev 10) Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

