[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-02-09 Thread Tom Badran
Updated to hardy today, bug still present -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 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.ubunt

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-04-08 Thread Tom Badran
Any reason this hasn't gone into the recent kernel uploads? -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-04-08 Thread Stefan Bader
@Tom, yes sorry about that. This is a bit of a upstream integration problem. I sent that patch to the maintainer and the mailing list and it wasn't liked the way it is. I have been working on an alternate version but am still waiting for feedback on that. Since the final solution will lokk differe

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-04-09 Thread Stefan Bader
For completeness this is the rewritten approach of the fix. Though this would require someone in the possession of the normal network adapter (that should use the pegasus module) to ack or nack the usb details. ** Attachment added: "Different approach to fix the problem" http://launchpadlibrari

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-04-09 Thread Stefan Bader
After some pondering I am adding the blacklist patch to the repo. The fix might be different in future but the current one is tested and is not intrusive, while the work in progress might prevent the Belkin network adapter from working. ** Changed in: linux (Ubuntu) Status: In Progress => F

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-02-19 Thread Stefan Bader
** Changed in: linux (Ubuntu) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Stefan Bader (stefan-bader-canonical) -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-02-20 Thread Stefan Bader
Could someone please attach an lspci -vvv output with the USB dongle inserted? -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-14 Thread Stefan Bader
Sorry it took a while to understand the code and come up with something new. The following patch (as before a complete replacement of the previous ones) is a bit more elaborate and should access the right fields. @Tom could you give this one a try and tell whether it help? Thanks! ** Attachment

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-14 Thread Tom Badran
Ok, good and bad news. Bad news is, i still cant boot my machine with it plugged in, it just hangs, even after unplugging the device which it didnt used to, but i cant debug that as i have a geforce 8/amd64 box and the console is currently completely broken. Good news though, if i plug the device

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-14 Thread Stefan Bader
For the boot problem: could a "update-initramdisk -u" help? -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-14 Thread Stefan Bader
Right, I remember. Just something not working at boot but later always triggers that thought. Does console completely broken mean that removing "splash" and "quiet" from the grub entry on boot doesn't help or is it just that after the xserver started, you cannot switch back? -- Belkin USB bluetoo

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-15 Thread Tom Badran
Yes, that fixes it! I had look at the package install log, and it seems update-initramfs takes some shortcuts when installing a kernel package over an existing one. I'm glad as console completely broken means all my tty's are completely blank, no matter what, so im glad i didnt have to debug it th

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-09-19 Thread Tom Badran
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-09-19 Thread Chuck Short
Which driver is it suppose to load? Can you post the output of sudo lsmod? Thanks chuck ** Changed in: linux-source-2.6.22 (Ubuntu) Status: New => Invalid -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because y

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-09-20 Thread Tom Badran
Sure. I'm not actually sure which is the correct module, but i found a post on some mailing list (sorry, lost the link) that suggested blacklisting pegasus would make it work. Here is the output of lsmod with the bluetooh dongle working correctly. ** Attachment added: "lsmod.out" http://launch

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-09-28 Thread Carsten Sørensen
I'm having the same issue with the same adapter. When you google the device id it would seem that indeed the Belkin F5D5050 shares this id and that the detection should be improved by looking at the type of device (if possible). This is not limited to Ubuntu, for instance it also happens when you

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-10-20 Thread Maxime Chéramy
This work both on Feisty and Gusty : echo "blacklist pegasus" >> /etc/modprobe.d/blacklist echo "bcm203x" >> /etc/modules -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-10-20 Thread Maxime Chéramy
This works both on Feisty and Gusty : echo "blacklist pegasus" >> /etc/modprobe.d/blacklist echo "bcm203x" >> /etc/modules -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-09-21 Thread Tom Badran
** Changed in: linux-source-2.6.22 (Ubuntu) Status: Invalid => New -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mail

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-12-19 Thread Leann Ogasawara
The Hardy Heron Alpha2 release will be coming out soon (around Dec 20). It will have an updated version of the kernel. It would be great if you could test with this new release and verify if this issue still exists. I'll be sure to update this report when Alpha2 is available. Thanks! ** Also aff

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-12-27 Thread Leann Ogasawara
Hardy Heron Alpha2 was recently released. It contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha2 release from http://cdimage.ubuntu.com/releases/hardy/alpha-2/ . You should be able to then test the new kernel via the LiveCD. If you can, please verify if

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-12-28 Thread Carsten Sørensen
I'm sorry to report that the problem still exists in 8.04 Alpha 2. The system seems to hang on "* Loading hardware drivers...". When the Bluetooth adapter is unplugged during this hang, the pegasus module prints out a screenfull of errors and the boot sequence then continues. This is exactly the s

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-12-30 Thread Leann Ogasawara
** Tags removed: hardy-alpha2 -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 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 https:

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-12-30 Thread Leann Ogasawara
Thanks for testing. Per the kernel team's bug policy, can you please attach the following information for the newer Hardy Alpha2 kernel: * uname -a > uname-a.log * cat /proc/version_signature > version.log * dmesg > dmesg.log * sudo lspci -vvnn > lspci-vvnn.log Please be sure to attach each file

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2007-12-30 Thread Leann Ogasawara
I'm opened a new task against the actively developed kernel and am closing the report against linux-source-2.6.22. Thanks! ** Changed in: linux-source-2.6.22 (Ubuntu) Status: New => Won't Fix -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You rec

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-01-23 Thread Sebastien Estienne
** Attachment added: "version.log" http://launchpadlibrarian.net/11498051/version.log -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-01-23 Thread Sebastien Estienne
** Attachment added: "uname-a.log" http://launchpadlibrarian.net/11498037/uname-a.log -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-01-23 Thread Sebastien Estienne
** Attachment added: "dmesg.log" http://launchpadlibrarian.net/11498032/dmesg.log -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubun

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-01-23 Thread Sebastien Estienne
** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/11498033/lspci-vvnn.log -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-01-23 Thread Sebastien Estienne
I have the same issue, i attached the requested files. I have to blacklist pegasus module to get this working, then it loads these modules: bluetooth and hci_usb. Everything is ok after this. -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received th

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-01-30 Thread Leann Ogasawara
** Changed in: linux (Ubuntu) Importance: Undecided => Medium Assignee: (unassigned) => Ubuntu Kernel Team (ubuntu-kernel-team) Status: Incomplete => Triaged -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2009-04-14 Thread Tim Gardner
** Changed in: linux (Ubuntu) Importance: Medium => Undecided ** Changed in: linux (Ubuntu) Status: Fix Committed => Invalid ** Changed in: linux (Ubuntu) Assignee: Tim Gardner (timg-tpi) => (unassigned) -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-05-03 Thread Tom Badran
Updated to 2.6.24.17.19 linux-image today from hardy-proposed. Plugging the bluetooth module in now no longer hangs the kernel, and the gnome bluetooth applet shows up in my status bar. Thanks for getting this in. -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-04-16 Thread captn
yeah, in the future :-) It's sitting about 1 year in the kernel bugzila, but who knows, some day ... http://bugzilla.kernel.org/show_bug.cgi?id=8294 -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a memb

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-03 Thread Stefan Bader
Is anybody having that problem willing/able to try the provided patch? -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-04 Thread Stefan Bader
The source package would (currently) be linux-image-2.6.24-11-generic. You get the config with: cat debian/config/i386/config{,.generic} >.config It should be sufficient to replace the pegasus module with the new one. -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/b

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-04 Thread Tom Badran
Patch does not work, it still hangs trying to load the pegasus module. -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-05 Thread Stefan Bader
Hm, which could either mean the ids do not match exactly, the wrong module was loaded (just to be sure, you rebuild the initramdisk?), or the codepath wasn't hit. If anything else fails, do you feel comfortable to play around with some printk's to give more information? -- Belkin USB bluetooth de

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-06 Thread Stefan Bader
The patch below should print out that information to the console. Remove the previous one with "patch -R" and use this one. Maybe this brings us a step ahead. ** Attachment added: "more debugging" http://launchpadlibrarian.net/12473628/pegasus-belkin-quirk2.patch -- Belkin USB bluetooth devic

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-07 Thread Tom Badran
Stefan, here's the output with the new patch (it doesn't do the second printk for obvious reasons): [ 134.488058] usb 6-2.3: new full speed USB device using ehci_hcd and address 5 [ 134.584448] usb 6-2.3: configuration #1 chosen from 1 choice [ 134.719346] pegasus: v0.6.14 (2006/09/27), Pegasus

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-07 Thread Stefan Bader
Yes, the goto_out was intended to happen if the conditions are met. The exitcode should then tell the usb subsystem that the driver does not want this device. So, the expected way would be to hit the second printk and bail out. What puzzles me is that class and proto are 0 here, while in the lsusb

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-07 Thread Stefan Bader
Blacklisting the pegasus module would disable all the other devices which are supported by this driver. I don't think this should be done. It is a work-around for those using the bluetooth dongle. ** Changed in: module-init-tools (Ubuntu) Status: New => Won't Fix -- Belkin USB bluetooth d

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-07 Thread Stefan Bader
The problem is that there seem to be two devices using the same vendor and model string. We have the info for the bluetooth dongle (0x050d:0x0121, Class=224 (wireless), SubClass=1 (radio) and Protocol=1 (bluetooth) from the lsusb output). The whole thing has to be fixed in the driver and the follow

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-07 Thread Tim Gardner
** Changed in: linux (Ubuntu) Status: Triaged => In Progress -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-04-30 Thread Tim Gardner
** Tags added: verification-needed ** Changed in: linux (Ubuntu) Assignee: Stefan Bader (stefan-bader-canonical) => Tim Gardner (timg-tpi) ** Changed in: linux (Ubuntu) Target: ubuntu-8.04 => ubuntu-8.04.1 -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-04-30 Thread Tim Gardner
SRU Justification: Though this bug shows up in the -17.31 changelog, the fix was actually released in 8.04. There must some kind of problem with the kernel 'debian/rules insertchanges' code. -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received thi

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-05-01 Thread Colin Watson
Accepted into hardy-proposed. -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 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://list

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-05-01 Thread Tim Gardner
Ignore that last comment, there appears to be some 'git' confusion with merge times. The -16.30 pegasus code in the archive does _not_ have the black list patch. SRU Justification: Impact: The Pegasus USB ethernet driver is erroneously loaded which causes a kernel hang. Fix description: Detect t

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-05-20 Thread Steve Langasek
** Tags added: verification-done ** Tags removed: verification-needed -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-05-20 Thread Steve Langasek
** Changed in: linux-source-2.6.22 (Ubuntu Hardy) Status: New => Invalid ** Changed in: linux (Ubuntu Hardy) Importance: Undecided => Medium Assignee: (unassigned) => Tim Gardner (timg-tpi) Status: New => Fix Committed Target: None => ubuntu-8.04.1 ** Changed in: linu

[Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-05-12 Thread Brian Murray
** Tags added: hw-specific -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 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.u

Re: [Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-04-08 Thread Tom Badran
Ah ok, no worries. There wasn't any more traffic on the bug so i had assumed everthing was ok. ** Attachment added: "unnamed" http://launchpadlibrarian.net/13236456/unnamed -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notifica

Re: [Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-14 Thread Tom Badran
Sure, downloading the latest kernel source now, will let you know hoe it works out. -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

Re: [Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-14 Thread Tom Badran
There is no update-initramdisk, do you mean update-initramfs? I rebuilt the whole kernel package though, and it it do that as part of the install -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you are a member o

Re: [Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-04 Thread Tom Badran
Thanks stefan, i was being an idiot and didnt have the deb-src lines enabled. Currently downloading now and i'll get it built and tested in the next few hours. -- Belkin USB bluetooth device loads wrong module https://bugs.launchpad.net/bugs/140511 You received this bug notification because you a

Re: [Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-06 Thread Tom Badran
I did rebuild the initramdisk (not manually, i rebuilt the kernel using the source pacakge and replaced the installed one, which did rebuild that), my guess would be the if condition isnt exactly right, but im not even slightly familiar with the code. -- Belkin USB bluetooth device loads wrong mo

Re: [Bug 140511] Re: Belkin USB bluetooth device loads wrong module

2008-03-07 Thread Tom Badran
I did try looking at some of the kernel code to see if i could figure it out, but im at a deadline for some work right now so just cant spare the time to go too in depth. I'm happy to try any new patches though if you can figure out whats going on. -- Belkin USB bluetooth device loads wrong modul