On Wednesday 25 January 2006 18:22, Bruce Hyatt wrote: > Hello, > > I am trying to get connected to the internet through Comcast highspeed and > I'm having some trouble. > > I think the problem is that the ethernet card is assigned IRQ 15 but the > driver is assigned IRQ 11. When I try to use 'ifconfig eth0 IRQ 11' it > returns 'irq: SIOCSIFMAP: Operation not supported.' > > Relevant data: > > FC2 > Netinity 4500R (therefore the smp kernel) > eth0 is Intel Pro/100 (also tried Fast III 79c975) > Kernel 2.6 not updated yet > Motorola surfboard modem. (I use it for windows connection so the > connection is up.) > > I got the card to show as 'Active' the first I tried but couldn't get on > the net. Since then, it won't activate. > > ifconfig shows rx & tx with 3 errors and no drops. > > Thanks, > Bruce > > _______________________________________________ > No banners. No pop-ups. No kidding. > Make My Way your home on the Web - http://www.myway.com >From the terminal try (as root) [root@localhost ~]# lspci -v This should show what the card is actually using. The Pro/100 is a pci card and should not need any int settings. Also execute; [root@localhost ~]# ifconfig -a There should be an IP address for the NIC. ( Comcast uses DHCP servers and the card must be configured to use DHCP -- I also have Comcast-- );