[Bug 144501] Re: iwl3945.ko missing

2008-02-08 Thread Tim Gardner
iwl3945 is the only driver in Hardy for this hardware. ipw3945 is fully deprecated. ** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu) Assignee: Tim Gardner (timg-tpi) = (unassigned) Status: Fix Committed = Won't Fix -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You

[Bug 144501] Re: iwl3945.ko missing

2007-12-10 Thread Tim Gardner
Update according to instructions in https://bugs.edge.launchpad.net/ubuntu/+source/linux-ubuntu- modules-2.6.22/+bug/144621. You will also have to blacklist ipw3965 in /etc/modprobe.d/blacklist ** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu) Status: Confirmed = Fix Committed

[Bug 144501] Re: iwl3945.ko missing

2007-11-06 Thread slazZ
Instead of loading the module mac80211, you can load the module iwlwifi_mac80211 Make sure you unload mac80211 before loading iwlwifi_mac80211 So: sudo modprobe -r ipw3945 sudo modprobe -r ieee80211 sudo modprobe -r ieee80211_crypt sudo modprobe -r mac80211 sudo modprobe iwlwifi_mac80211 sudo

[Bug 144501] Re: iwl3945.ko missing

2007-11-05 Thread John Fettig
I get the same unresolved symbols in iwl3945.ko in the amd64 version of gutsy. How long until a fix is released? -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 144501] Re: iwl3945.ko missing

2007-10-21 Thread loko
This bug seems not to be completely solved. i did all of this: sudo modprobe -r ipw3945 sudo modprobe -r ieee80211 sudo modprobe -r ieee80211_crypt sudo modprobe mac80211 sudo modprobe iwl3945 but i get: sudo modprobe iwl3945 FATAL: Error inserting iwl3945

[Bug 144501] Re: iwl3945.ko missing

2007-10-21 Thread loko
sry, i just saw that the kernel is version 2.6.22-14.46, but modules are version 2.6.22-14.37. with a fresh gutsy install from the final version (20.10.2007). what a pitty that this does not work. -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this bug notification

[Bug 144501] Re: iwl3945.ko missing

2007-10-06 Thread vronp
Tim, Can I post some items here? I did a Google search and this is the ONLY place listed where I got a match on some error messages. Basically, I am getting the same list of errors as Chad. I have a Dell laptop with the 4965 chip. Previously, I have been compiling the stuff on the

[Bug 144501] Re: iwl3945.ko missing

2007-10-06 Thread vronp
** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu) Status: Fix Released = New -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 144501] Re: iwl3945.ko missing

2007-10-06 Thread vronp
Chad, How do you determine the module version number? thanks, Dave -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 144501] Re: iwl3945.ko missing

2007-10-06 Thread vronp
** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu) Status: New = Fix Released -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 144501] Re: iwl3945.ko missing

2007-10-06 Thread Chad Bernier
just look at them. you kernel is 2.6.22-13.40 and your modules are 2.6.22-13.33 anyways, the modules load for me now, but don't bind to my network card. I guess I'm stuck with ipw2200? how do i get a module for ipw2200 that doesn't cause sleep problems? -- iwl3945.ko missing

[Bug 144501] Re: iwl3945.ko missing

2007-10-06 Thread vronp
Thanks Chad. I think a better way for me to have phrased the question is: How does one determine the version of a kernel object (ko) file. I was curious to know which version of iwl4965.ko is being released so I can compare it to the versions on the intellinuxwireless.org web site. --

[Bug 144501] Re: iwl3945.ko missing

2007-10-06 Thread Matthew Garrett
iwl3945 doesn't drive ipw2200 hardware. -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 144501] Re: iwl3945.ko missing

2007-09-27 Thread Chad Bernier
nice try kyle, but that doesn't work. [41600.328000] ieee80211_init: failed to initialize WME (err=-17) [41600.356000] iwl3945: Unknown symbol iwlwifi_ieee80211_rx_irqsafe [41600.356000] iwl3945: Unknown symbol iwlwifi_ieee80211_get_hdrlen [41600.356000] iwl3945: Unknown symbol

[Bug 144501] Re: iwl3945.ko missing

2007-09-27 Thread Tim Gardner
Please attach (do not paste) the output of the following commands: dpkg -l | grep linux-ubuntu-modules cat /proc/version_signature ls -l /lib/modules/`uname -r`/ubuntu/wireless/iwlwifi/iwlwifi/origin ls -l /lib/modules/`uname -r`/ubuntu/wireless/iwlwifi/mac80211/origin/net/mac80211 --

[Bug 144501] Re: iwl3945.ko missing

2007-09-27 Thread Chad Bernier
I don't use ipw3945, I use ipw2200. is iwl3945 still a replacement for it? Sorry about that double post, it must have been post data or something. how come modules is at version 32 and the kernel is at version 39? -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this

[Bug 144501] Re: iwl3945.ko missing

2007-09-26 Thread Chad Bernier
nice try kyle, but that doesn't work. [41600.328000] ieee80211_init: failed to initialize WME (err=-17) [41600.356000] iwl3945: Unknown symbol iwlwifi_ieee80211_rx_irqsafe [41600.356000] iwl3945: Unknown symbol iwlwifi_ieee80211_get_hdrlen [41600.356000] iwl3945: Unknown symbol

[Bug 144501] Re: iwl3945.ko missing

2007-09-26 Thread Tim Gardner
Wasn't Kyle. Twas me. sudo modprobe -r ipw3945 sudo modprobe iwl3945 The module loads fine for me. Network-manager, on the other hand, has some problems. But thats a different bug report. -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this bug notification because

[Bug 144501] Re: iwl3945.ko missing

2007-09-24 Thread Tim Gardner
Gutsy lum commit 3feaf7e328662324dec24e16d82b3d291f82a48b enables the build of iwlwifi, but modifies the source such that this module is not automatically loaded, e.g., removes MODULE_DEVICE_TABLE from iwl-3945.c ** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu) Importance: Undecided =

[Bug 144501] Re: iwl3945.ko missing

2007-09-24 Thread Nicolò Chieffo
the problem is not about the automatic modprobe of the module, but the module iwl3945.ko is *not* in the package. Did someone forget to put it in linux-ubuntu-modules-2.6.22-12-generic? -- iwl3945.ko missing https://bugs.launchpad.net/bugs/144501 You received this bug notification because you

[Bug 144501] Re: iwl3945.ko missing

2007-09-24 Thread Kyle McMartin
linux-ubuntu-modules-2.6.22 (2.6.22-12.32) gutsy; urgency=low [Ben Collins] * snd-hda-intel: Patch to fix regression in sigmatel - LP: #135833 [Kyle McMartin] * update unionfs to 2.1.4 [Tim Gardner] * Enable iwl3945 - LP: #144501 * Rename rc80211_simple to