Hello Janina, Here is the information you wanted. lsmod Module Size Used by vfat 12481 1 fat 39393 1 vfat md5 3905 1 ipv6 217349 8 parport_pc 21249 1 lp 9133 0 parport 35977 2 parport_pc,lp autofs4 20676 0 rfcomm 31708 0 l2cap 21061 5 rfcomm bluetooth 40645 4 rfcomm,l2cap sunrpc 141861 1 3c59x 33385 0 floppy 54001 0 sg 28513 0 microcode 5601 0 ohci1394 31577 0 ieee1394 285333 1 ohci1394 st 30429 0 dm_mod 47317 0 joydev 7169 0 usblp 10817 0 uhci_hcd 28505 0 speakup_acntsa 3657 0 speakupmain 51749 1 speakup_acntsa pcspkr 3745 0 ext3 96937 1 jbd 66521 1 ext3 aic7xxx 146841 0 sd_mod 17473 0 scsi_mod 105361 4 sg,st,aic7xxx,sd_mod [root at jerschmi l]# cat /etc/modprobe.conf alias eth0 3c59x alias scsi_hostadapter aic7xxx alias snd-card-0 snd-emu10k1 install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1 alias usb-controller uhci-hcd alias ieee1394-controller ohci1394 [root at jerschmi l]# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:60:97:73:72:91 inet6 addr: fe80::260:97ff:fe73:7291/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:1 carrier:1 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:11 Base address:0x9800 ----- Original Message ----- From: "Janina Sajka" <janina@xxxxxxxxxxx> To: "Speakup is a screen review system for Linux." <speakup at braille.uwo.ca> Sent: Sunday, October 10, 2004 8:49 AM Subject: Re: 3c905 nic > Sounds like a configuration issue to me. I've been using one of those > cards for years, including today with Fedora 2. > > What does lsmod show? > > What's in your /etc/modprobe.conf? > > What does > > ifconfig eth0 > > show? Particularly the second line? > > Jeremy R Schmidt writes: >> Hello everyone. >> >> I have a 3com 3c905 network card, and it will not work with Fedora core >> 2. >> I can use it while doing a telnet install, it is recognized by linux, but >> is not assigned a dhcp address by my router after linux is installed. >> I have tried adding acpi=off in the grub configuration with no success. >> Anyone have any ideas? >> >> Thanks. >> _______________________________________________ >> Speakup mailing list >> Speakup at braille.uwo.ca >> http://speech.braille.uwo.ca/mailman/listinfo/speakup > > -- > > Janina Sajka, Chair > Accessibility Workgroup > Free Standards Group (FSG) > > janina at freestandards.org Phone: +1 202.494.7040 > > > _______________________________________________ > Speakup mailing list > Speakup at braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > >