TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Linux & Opensource > Slackware Linux

Notices

Problems setting up an lan adapter

Slackware Linux


Reply
 
Thread Tools Display Modes
Old 09-01-2008, 03:17 PM   #1
Abijr
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.
  Reply With Quote
Old 09-01-2008, 03:18 PM   #2
Helmut Hullen
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".

  Reply With Quote
Old 09-01-2008, 09:42 PM   #3
Loki Harfagr
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=
  Reply With Quote
Old 10-01-2008, 12:41 AM   #4
profetandson@gmail.com
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
  Reply With Quote
Old 10-01-2008, 01:42 AM   #5
Abijr
Guest
 
Posts: n/a
Re: Problems setting up an lan adapter

Any ideas??
  Reply With Quote
Old 10-01-2008, 03:42 AM   #6
Helmut Hullen
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".

  Reply With Quote
Old 10-01-2008, 05:43 AM   #7
Dan C
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".

  Reply With Quote
Old 10-01-2008, 06:44 AM   #8
Abijr
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)


  Reply With Quote
Old 10-01-2008, 12:00 PM   #9
Sylvain Robitaille
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
----------------------------------------------------------------------
  Reply With Quote
Old 10-01-2008, 01:42 PM   #10
Loki Harfagr
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
  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 01:46 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional