[Bug 300100] Re: Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit

2010-11-19 Thread Lorenz Leutgeb
*** This bug is a duplicate of bug 30476 ***
https://bugs.launchpad.net/bugs/30476

** This bug has been marked a duplicate of bug 30476
   e1000_clean_tx_irq: Detected Tx Unit Hang
 * You can subscribe to bug 30476 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/30476/+subscribe

-- 
Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit
https://bugs.launchpad.net/bugs/300100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 300100] Re: Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit

2010-11-19 Thread Lorenz Leutgeb
I had the same problem with the a Intel 82541PI rev05 on Ubuntu 10.10
Server (amd64) using the 2.6.35-22-server kernel using e1000-8.0.23.

This solution worked for me:

sudo rmmod e1000 && sudo modprobe e1000 TxDescriptors=128
RxDescriptors=128

Just give it a try :)

-- 
Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit
https://bugs.launchpad.net/bugs/300100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 300100] Re: Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit

2010-05-06 Thread Rudolf Leitgeb
I would like to retract my previous comment, I have the system working
now with the driver supplied by the source forge e1000 driver project.
As the problem was completely unrelated to the driver, chances are this
also works with the stock driver supplied by Ubuntu.

Sorry for the confusion ...

-- 
Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit
https://bugs.launchpad.net/bugs/300100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 300100] Re: Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit

2010-05-06 Thread Rudolf Leitgeb
Same problem here with Ubuntu 10.04 LTS 64 Bit. The problem even
persists if I install the latest driver release from
http://sf.net/projects/e1000

Hardware: Mac Pro early 2008 edition, Intel Corporation 80003ES2LAN
Gigabit Ethernet Controller.

dmesg does not output anything significant (except that is repeats the
message of the network going up and down).

ethtool -t eth0 reports that everything until the Loopback test goes
fine but the Link test fails.

-- 
Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit
https://bugs.launchpad.net/bugs/300100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 300100] Re: Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit

2010-02-16 Thread Tim Conrad
I have the same problem in 9.10 with x64. I tried building the latest
e1000 driver from the Intel website, as well with various options
suggested on this issue including rebuilding the drivers with make
CFLAGS_EXTRA=-DE1000_MASTER_SLAVE=  with most of it's options, and
trying to force duplex/speed settings when the module is loaded.

Downgrading to 32bit fixed the problem.

-- 
Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit
https://bugs.launchpad.net/bugs/300100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 300100] Re: Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit

2009-07-29 Thread Thomas Dreibholz
The Intel network card problem is definitively a 64-bit issue. Using
32-bit Ubuntu, the card works without any problems.

-- 
Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit
https://bugs.launchpad.net/bugs/300100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 300100] Re: Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit

2009-07-29 Thread Thomas Dreibholz
I can confirm the problem with Intel network cards under 64-bit Ubuntu
Jaunty and Karmic (Alpha 3). I have 4 PCs with Intel 82541 controller:

lspci:
01:06.0 Ethernet controller: Intel Corporation 82541PI Gigabit Ethernet 
Controller (rev 05)

dmsg reports the following problem:
[  739.865676] e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full 
Duplex, Flow Control: RX
[  745.804201] e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang
[  745.804205]   Tx Queue <0>
[  745.804206]   TDH  <2>
[  745.804208]   TDT  <2>
[  745.804209]   next_to_use  <2>
[  745.804211]   next_to_clean<0>
[  745.804212] buffer_info[next_to_clean]
[  745.804213]   time_stamp   <10001b093>
[  745.804215]   next_to_watch<0>
[  745.804216]   jiffies  <10001b35b>
[  745.804218]   next_to_watch.status <0>
[  747.804227] e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang
[  747.804231]   Tx Queue <0>
[  747.804233]   TDH  <2>
[  747.804234]   TDT  <2>
[  747.804235]   next_to_use  <2>
[  747.804237]   next_to_clean<0>
[  747.804238] buffer_info[next_to_clean]
[  747.804239]   time_stamp   <10001b093>
[  747.804241]   next_to_watch<0>
[  747.804242]   jiffies  <10001b54f>
[  747.804244]   next_to_watch.status <0>

This message is repeated every 5 seconds.

uname (of the Jaunty system):
Linux south 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 01:19:55 UTC 2009 
x86_64 GNU/Linux

lsmod:
Module  Size  Used by
binfmt_misc18572  1
bridge 63904  0
stp11140  1 bridge
bnep   22912  2
autofs438536  0
video  29204  0
output 11648  1 video
input_polldev  12688  0
lp 19588  0
snd_hda_intel 557492  4
snd_pcm_oss52352  0
snd_mixer_oss  24960  1 snd_pcm_oss
snd_pcm99464  2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy  11524  0
snd_seq_oss41984  0
snd_seq_midi   15744  0
snd_rawmidi33920  1 snd_seq_midi
snd_seq_midi_event 16512  2 snd_seq_oss,snd_seq_midi
snd_seq66272  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  34064  2 snd_pcm,snd_seq
snd_seq_device 16276  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ppdev  16904  0
psmouse64028  0
snd78920  17 
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore  16800  1 snd
snd_page_alloc 18704  2 snd_hda_intel,snd_pcm
serio_raw  14468  0
pcspkr 11136  0
parport_pc 45096  1
parport49584  3 lp,ppdev,parport_pc
k8temp 13440  0
reiserfs  254336  2
forcedeth  68368  0
3c59x  54964  0
mii14464  1 3c59x
e1000 144580  0
fbcon  49792  0
tileblit   11264  1 fbcon
font   17024  1 fbcon
bitblit14464  1 fbcon
softcursor 10368  1 bitblit


** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
Intel e1000 gigabit desktop pro network card does not work Ubuntu 64 bit
https://bugs.launchpad.net/bugs/300100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs