![]() |
|
|||||||
| Notices |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Problems setting up an lan adapter
Hi,
I have been using linux for a while and I decided to try slackware, but, I can't setup the network adapter, I'm using slackware 12 and have a 945g motherboard with integrated lan adapter on a gateway GT3020m box. If it is of any help, I got it up and running on the fedora8 distro. I am really stuck any help appreciated. Thanks in advance. ![]() |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
Hallo, Abijr,
Du meintest am 08.01.08: > I have been using linux for a while and I decided to try slackware, > but, I can't setup the network adapter, I'm using slackware 12 and > have a 945g motherboard with integrated lan adapter on a gateway > GT3020m box. What tells lspci | grep Ethernet about the network adapter? Viele Gruesse Helmut "Ubuntu" - an African word, meaning "Slackware is too hard for me". |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
Wed, 09 Jan 2008 08:56:00 +0100, Helmut Hullen did catÂ*:
> Hallo, Abijr, > > Du meintest am 08.01.08: > >> I have been using linux for a while and I decided to try slackware, >> but, I can't setup the network adapter, I'm using slackware 12 and have >> a 945g motherboard with integrated lan adapter on a gateway GT3020m >> box. > > What tells > > lspci | grep Ethernet > > about the network adapter? > > Viele Gruesse > Helmut > > "Ubuntu" - an African word, meaning "Slackware is too hard for me". You may even need the 'verbose' list as it's susceptible to hide some device info: # lspci -v | awk '/Ethernet/' RS= and even further: # lspci -vv | awk '/Ethernet/' RS= |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
> > What tells > > > lspci | grep Ethernet > # lspci -v | awk '/Ethernet/' RS= # lspci -v | awk '/Ethernet/' RS= 03:08.0 Ethernet Controller: Intel Corporation 82201G (ICH7 Family) LAN Controller (rev 01) Subsystem : Gateway 2000 Unknown device 5049. Flags : bus master, medium devsel, latency 32, IRQ 11 Memory at 50014000 (32-bit non-prefetchable) [size=4K] I/O ports at 1000 [size=64] Capabilities : [DC] Power Management version 2 |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
Any ideas??
|
|
|
|
#6 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
Hallo, profetandson,
Du meintest am 09.01.08: >>> lspci | grep Ethernet > # lspci -v | awk '/Ethernet/' RS= > 03:08.0 Ethernet Controller: Intel Corporation 82201G (ICH7 Family) > LAN Controller (rev 01) > Subsystem : Gateway 2000 Unknown device 5049. Doesn't look good. What tells lspci -n | grep 0200: It should tell a line beginning with 03:08.0 0200: And the following pair of four-digit-numbers tells the values for a search in "pci.ids". Searching for "82201" in the linux sources for kernel 2.6.22.14 (drivers/net) didn't help. Viele Gruesse Helmut "Ubuntu" - an African word, meaning "Slackware is too hard for me". |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
On Wed, 09 Jan 2008 11:35:28 -0800, Abijr wrote:
> Any ideas?? About what? -- "Ubuntu" -- an African word, meaning "Slackware is too hard for me". |
|
|
|
#8 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
> Any ideas??
> > About what? How to fix it # lspci -n | grep 0200 03:08.0 0200: 8086:27dc (rev 01) |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
wrote:
> # lspci -v | awk '/Ethernet/' RS= > 03:08.0 Ethernet Controller: Intel Corporation 82201G (ICH7 Family) > LAN Controller (rev 01) > Subsystem : Gateway 2000 Unknown device 5049. > Flags : bus master, medium devsel, latency 32, IRQ 11 > Memory at 50014000 (32-bit non-prefetchable) [size=4K] > I/O ports at 1000 [size=64] > Capabilities : [DC] Power Management version 2 I have a similar (though apparently not identical) adapter in a (HP Pavilion a6057c) system here: $ lspci -v -s 01:08.0 01:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01) Subsystem: Hewlett-Packard Company Unknown device 2a50 Flags: bus master, medium devsel, latency 32, IRQ 17 Memory at fdefe000 (32-bit, non-prefetchable) [size=4K] I/O ports at ee00 [size=64] Capabilities: <access denied> $ cat /etc/slackware-version Slackware 12.0.0 $ uname -a Linux hostname 2.6.23.12 #1 SMP Thu Jan 3 22:20:07 EST 2008 i686 Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz GenuineIntel GNU/Linux I found the following (in drivers/net/Kconfig) useful. This is the driver I'm using on the system here with no trouble: config E100 tristate "Intel(R) PRO/100+ support" depends on NET_PCI && PCI select MII ---help--- This driver supports Intel(R) PRO/100 family of adapters. ... I hope it helps -- ---------------------------------------------------------------------- Sylvain Robitaille Network and Systems analyst Concordia University Instructional & Information Technology Montreal, Quebec, Canada ---------------------------------------------------------------------- |
|
|
|
#10 |
|
Guest
Posts: n/a
|
Re: Problems setting up an lan adapter
Wed, 09 Jan 2008 10:28:26 -0800, profetandson did catÂ*:
>> > What tells >> >> > lspci | grep Ethernet > >> # lspci -v | awk '/Ethernet/' RS= > > > # lspci -v | awk '/Ethernet/' RS= > 03:08.0 Ethernet Controller: Intel Corporation 82201G (ICH7 Family) LAN > Controller (rev 01) > Subsystem : Gateway 2000 Unknown device 5049. Flags : bus master, medium > devsel, latency 32, IRQ 11 Memory at 50014000 (32-bit non-prefetchable) > [size=4K] I/O ports at 1000 [size=64] > Capabilities : [DC] Power Management version 2 what gives: # lsmod|grep 100 and the tests: # ifconfig -a -v # mii-tool -v # ethtool eth0 you may try these checkings before and after trying to load different modules that "could" suit your eth: # cat<<EOF|while read ee; do modprobe -v $ee; done hp100 e2100 eepro100 e100 e1000 EOF |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |