On Wed, 10 Aug 2011 12:55:14 -0400, Mark Grieveson wrote: >> Have you tried to reload both modules? I.e.: >> >> modprobe -r tg3 && modprobe tg3 >> modprobe -r ipw2100 && modprobe ipw2100 >> >> (do not do this if you are connected remotely via ssh and be careful, >> this can lead to a computer hang, so be prepared...) > > Thanks for your feedback. I tried what you suggested. For the tg3 > command, there was no feedback from the computer. However, for the > ipw2100 command, it gave the following feedback: > > root@debian:/home/mark# modprobe -r tg3 && modprobe tg3
This returned "nothing"? Weird... :-? lsmod|grep tg3 > root@debian:/home/mark# modprobe -r ipw2100 && modprobe ipw2100 (...) > [ 163.711832] [<f7c8c8f3>] ? pci_alloc_consistent+0x76/0x81 [ipw2100] > [ 163.711848] [<f7c8c937>] ? bd_queue_allocate+0x39/0x67 [ipw2100] > [ 163.711857] [<f7c8cfa6>] ? ipw2100_pci_init_one+0x641/0xc22 [ipw2100] > [ 163.711929] [<f7c72000>] ? ipw2100_init+0x0/0x57 [ipw2100] > [ 163.711936] [<f7c72038>] ? ipw2100_init+0x38/0x57 [ipw2100] > [ 164.367258] [<f7c8d587>] ? ipw2100_interrupt+0x0/0xac [ipw2100] > [ 164.367267] [<f7c8d405>] ? ipw2100_pci_init_one+0xaa0/0xc22 [ipw2100] > [ 164.367340] [<f7c72000>] ? ipw2100_init+0x0/0x57 [ipw2100] > [ 164.367347] [<f7c72038>] ? ipw2100_init+0x38/0x57 [ipw2100] > [ 164.367382] [<f7c8d587>] (ipw2100_interrupt+0x0/0xac [ipw2100]) Is this a "crash"? >:-? Anyway, a Google search returned an interesting post because the user seems to have a similar hardware (heck, I hope it's not you! :-P): problem with wireless on dell d600 http://www.linuxquestions.org/questions/debian-26/problem-with-wireless-on-dell-d600-895623/ Same error over the same hardware... too much for a coincidence. Try by powering off the computer and leave it so for a while. Then engage it and wait for a miracle... if no miracle comes to you I would go for a bug report :-) Greetings, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

