LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Intel D915GAV onboard ethernet not working in slackware 12 (https://www.linuxquestions.org/questions/slackware-14/intel-d915gav-onboard-ethernet-not-working-in-slackware-12-a-570865/)

gopi.d 07-20-2007 01:09 AM

Intel D915GAV onboard ethernet not working in slackware 12
 
i just finished fresh install of slackware 12 and to my utter horror onboard ethernet and audio not working. lspci shows all devices perfectly. but network settings doesn't show my onboard ethernet card. much confused how to make it work as i'm new to slackware, but had all these things working on fedora 7.

HackingYodel 07-20-2007 01:49 AM

About the audio
 
Have you ran alsaconf alsamixer and alsactl store as root yet? I had to do this to get sound with my Intel audio card.

What do you get when you run ifconfig as root?

gopi.d 07-22-2007 05:08 AM

Tried Alsaconf and sound is on but onboard ethernet is not working
ifconfig shows the staticip given by me during installation and loopback adapter. but my broadcom router works on plugging into usb, gets detected in a while and is connected as etho. tried modprobe ee100 but getting error module ee100 not found.

gopi.d 07-28-2007 08:59 AM

Atlast modprobe e100 did the magic and my onboard ethernet intel Pro 100 VE shows up in network manager but unable to bring it up. while activating it gives a error msg unable to activate device try activating manually. i don't know how to activate manually and while restarting every time i have to modprobe to enable the device, how to enable this device permanently.

randomsel 07-28-2007 11:26 AM

read up on 'man ifconfig' and 'man route', basically it's "ifconfig 'interface name' 'ip' netmask 'netmask' up" and then "route add default gateway 'gateway'"

you could add modprobe e100 to rc.modules, and set up networking with netconfig (I think)

gopi.d 08-05-2007 05:02 AM

Quote:

Originally Posted by randomsel
read up on 'man ifconfig' and 'man route', basically it's "ifconfig 'interface name' 'ip' netmask 'netmask' up" and then "route add default gateway 'gateway'"

you could add modprobe e100 to rc.modules, and set up networking with netconfig (I think)

tried man ifconfig but could not enable the ethernet card it comesup for a second and again goes away. but had setup the broadcom usb router to work but unable to browse internet.

janhe 08-05-2007 05:18 AM

1) what is the output when you run ifconfig? Does it show your network card?
2) if it shows the network card, try putting "modprobe e100" in rc.modules and use netconfig.

rc.modules will load the driver for your network card at boot time,
and netconfig will setup the ip and everything.

Road_map 08-05-2007 05:23 AM

Did you switch from huge-2.6.21.5-smp to generic-2.6.21.5-smp kernel?

gopi.d 08-06-2007 09:59 AM

this is the output of ifconfig in my system
root@gopi:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:08:5C:59:C0:28
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::208:5cff:fe59:c028/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:317 errors:0 dropped:0 overruns:0 frame:0
TX packets:312 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:350974 (342.7 KiB) TX bytes:54668 (53.3 KiB)

eth1 Link encap:Ethernet HWaddr 00:13:20:3B:15:2A
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9112 (8.8 KiB) TX bytes:9112 (8.8 KiB)

root@gopi:~#

here eth0 is my broadcom usb router and eth1 is my ethernet interface.

gopi.d 08-06-2007 10:01 AM

Quote:

Originally Posted by Road_map
Did you switch from huge-2.6.21.5-smp to generic-2.6.21.5-smp kernel?

no i did not switch to generic kernel i'm still using huge2.6.21.5-smp which is the default kernel for slack 12.

onebuck 08-06-2007 12:11 PM

Quote:

Originally Posted by gopi.d
this is the output of ifconfig in my system
root@gopi:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:08:5C:59:C0:28
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::208:5cff:fe59:c028/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:317 errors:0 dropped:0 overruns:0 frame:0
TX packets:312 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:350974 (342.7 KiB) TX bytes:54668 (53.3 KiB)

eth1 Link encap:Ethernet HWaddr 00:13:20:3B:15:2A
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9112 (8.8 KiB) TX bytes:9112 (8.8 KiB)

root@gopi:~#

here eth0 is my broadcom usb router and eth1 is my ethernet interface.

Hi,

So your router is connected to eth0 which is a usb mounted device. If your usb router is connect via the usb on your machine then what is the output of 'route -n'.

I would setup the router/modem independent of the system if possible. Then connect via the eth device. What model broadcom usb router?

gopi.d 08-07-2007 10:08 AM

Quote:

Originally Posted by onebuck
Hi,

So your router is connected to eth0 which is a usb mounted device. If your usb router is connect via the usb on your machine then what is the output of 'route -n'.

I would setup the router/modem independent of the system if possible. Then connect via the eth device. What model broadcom usb router?

here is the output of 'route -n'
root@gopi:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
root@gopi:~#

actually it is a Beetel 220BX ADSL 2+ modem with usb and ethernet interface with broadcom chip.
the problem in the router is the connection dies out in an hour when connected in usb.

gopi.d 09-04-2007 12:08 AM

has anybody found a way to make intel pro 100ve onboard ethernet to work on slack12

randomsel 09-04-2007 08:17 AM

so after modprobe e100 you've got the interface, but need to bring it up:
Code:

ifconfig eth1 <ip> netmask <netmask> up
route add default gateway <gateway IP>

for static IP, or
Code:

dhcpcd eth1
for dhcp.
That should work in most cases, post again if it doesn't

Ace1970 09-20-2007 12:21 PM

Big thanks to all who posted help in this thread. No ethernet devices showing after putting Slackware 12 (default kernel) on an HP Pavilion dv6000 laptop which has an Intel Pro/100 VE (wired) NIC. I ran modprobe e100 and there's eth0 showing up under ifconfig. A small modification to rc.modules (as suggested in this thread) and eth0 is now loaded automatically at boot (and working fine as well). :D

Now it's time to figure out how to get the Intel Pro/Wireless 3945ABG wifi adapter recognized and running. :study:


All times are GMT -5. The time now is 09:08 AM.