** 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
** 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
** 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
** 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
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/
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
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
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
** 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/
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
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
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
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
@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
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
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
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
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
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
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
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
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
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
** 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
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
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
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
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
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
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
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
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
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
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
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
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
** 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
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
** 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
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
** 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.
** 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
** 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.
--
** 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.
--
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
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
** 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:
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
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
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
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
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
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
** 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
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
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
** 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.
--
57 matches
Mail list logo