LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-04-2005, 11:34 AM   #1
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Rep: Reputation: 51
Intel Pro/1000MT Desktop, 1GB, PWLA8391GT, PCI, Ethernet


hi

howto configure this network card:
Code:
 
Intel Pro/1000MT Desktop, 1GB, PWLA8391GT, PCI, Ethernet
running under Debian Sarge Stable ?

# uname -r
2.6.8-2-686

during the setup this card was not recognized automatically.
only the 100MB onboard card was recognized

greetings
cccc
 
Old 08-04-2005, 01:41 PM   #2
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Original Poster
Rep: Reputation: 51
hi

I've done following:

1.) download the driver:
http://downloadfinder.intel.com/scri...inux*&lang=eng

2.)

# tar zxf e1000-6.0.60.tar.gz
# cd e1000-6.0.60
# cd e1000-6.0.60/src
# make install
# modprobe e1000

3.) create in /etc/network/interfaces following entries:

# The secondary network interface
# Intel Pro Intel PRO/1000 MT Desktop Adapter
auto eth1
iface eth1 inet static
address 192.168.2.2
netmask 255.255.255.0
broadcast 192.168.2.255
network 192.168.2.0
gateway 192.168.2.1
name Ethernet 1000MB LAN-Karte

greetings
cccc

Last edited by cccc; 02-23-2006 at 06:00 PM.
 
Old 02-23-2006, 06:01 PM   #3
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Original Poster
Rep: Reputation: 51
but still get the following error:
Code:
# modprobe e1000
# ifconfig eth1 up
eth1: ERROR while getting interface flags: Kein passendes Gerät gefunden
know someone what's wrong and howto solve this problem ?
 
Old 02-23-2006, 09:15 PM   #4
dracae
Member
 
Registered: Feb 2006
Location: Oklahoma
Distribution: Debian Sid and Etch
Posts: 423

Rep: Reputation: 30
the e1000 is in the kernel built as a module, why download the source?
 
Old 02-25-2006, 07:39 AM   #5
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Original Poster
Rep: Reputation: 51
yes, but what can I do now ?

Code:
# modprobe e1000
# ethtool eth1
Settings for eth1:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available
this network card works under windows without problems.
knows someone howto solve this problem now ?
 
Old 02-25-2006, 07:47 AM   #6
kloss
Member
 
Registered: Nov 2004
Location: France & Germany
Distribution: (Pure) Debian Etch & Sid
Posts: 116

Rep: Reputation: 15
Can you post the output of ifconfig -a ?
Maybe we will discover something cool, like your card is eth0

Thanks

Last edited by kloss; 02-25-2006 at 07:54 AM.
 
Old 02-25-2006, 07:57 AM   #7
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Original Poster
Rep: Reputation: 51
Quote:
Originally Posted by kloss
Can you post the output of ifconfig -a ?
Maybe we will discover something cool, like your card is eth0

Thanks
I have 3 interfaces ath0, eth0 and eth1:
Code:
#  ifconfig -a
ath0      Protokoll:Ethernet  Hardware Adresse 00:0F:B5:26:E2:B8
          inet Adresse:192.168.200.20  Bcast:192.168.200.255  Maske:255.255.255.0
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:1222 dropped:0 overruns:0 frame:1222
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:200
          RX bytes:0 (0.0 b)  TX bytes:90 (90.0 b)
          Interrupt:11 Speicher:f8a61000-f8a71000

eth0      Protokoll:Ethernet  Hardware Adresse 00:30:1B:1D:AB:B4
          inet Adresse:192.168.210.2  Bcast:192.168.200.255  Maske:255.255.255.0          inet6 Adresse: fe80::230:1bff:fe1d:cdc5/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4120 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4777 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:2346025 (2.2 MiB)  TX bytes:904127 (882.9 KiB)
          Interrupt:5 Basisadresse:0xd800

lo        Protokoll:Lokale Schleife
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2834 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2834 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0
          RX bytes:118974 (116.1 KiB)  TX bytes:118974 (116.1 KiB)

sit0      Protokoll:IPv6-nach-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
Old 02-25-2006, 08:30 AM   #8
kloss
Member
 
Registered: Nov 2004
Location: France & Germany
Distribution: (Pure) Debian Etch & Sid
Posts: 116

Rep: Reputation: 15
OK, here are a few suggestions, I have no idea if they can help :

1) Check if the module if really loaded
lsmod | grep e1000

2) Add alias eth1 e1000 to /etc/modutils/aliases

3) After your run modprobe e1000, run depmod -ae, too.

++
 
Old 02-25-2006, 01:26 PM   #9
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Original Poster
Rep: Reputation: 51
I've downloaded & installed the driver again and it seems to work now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel Pro 1000 ethernet module buldir Libranet 1 01-18-2005 09:12 PM
2 intel pro lan on one pci adapter tai_pan28 Slackware 6 11-24-2004 02:06 PM
Intel 21041-Based PCI Ethernet Adapter Temujin_12 Linux - Hardware 5 08-05-2004 02:31 PM
intel pro/wireless mini pci card ali31406 Linux - Hardware 0 04-27-2004 08:47 PM
Issues Setting up Intel Pro 1000MT Ethernet Device Molman Linux - Hardware 7 11-18-2003 01:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration