You are not logged in.
I spent 5 hours trying to enable a bluetooth dongle on the n130. HID mode worked but no HCI device was registered, unti it struck me: Enable the BT HCI config line in the config before compiling
You mean: "CONFIG_BT_HCIBTUSB=y" under "Bluetooth device drivers"?
I'll add that later.
Offline
You mean: "CONFIG_BT_HCIBTUSB=y" under "Bluetooth device drivers"?
I'll add that later.
thx
I actually did "CONFIG_BT_HCIBTUSB=m" this works also, I don't know whats the exact difference...
also:
my usb ports don't work anymore , have there been any changes concerning them lately ?
(as in HDD and card reader, didn't try anything else, dmesg doesn't show anything, thats the problem)
(sry about double posting on the package comments and here, I removed my comment from the package site)
EDIT:
solved this by removing an autosuspend setting in /etc/modprobe.d/modprobe.conf - seems newest kernel doesn't like this
Last edited by birdspider (2010-05-24 18:39:17)
Offline
EDIT:
solved this by removing an autosuspend setting in /etc/modprobe.d/modprobe.conf - seems newest kernel doesn't like this
Yes, that's a problem with 2.6.34.
I've encountered some strange problems with USB_SUSPEND. PM_RUNTIME needs to be set for usb autosuspend to run. But when both are enabled the built kernel does not boot properly. The init process hangs at "Loading modules...". The modules are somehow corrupted.
I'm interested if this is only related to my machine. So if one wants to try compiling this kernel with "CONFIG_PM_RUNTIME=y" and "CONFIG_USB_SUSPEND=y" and report if the boot process also hangs. This would be nice.
Thanks in advance,
Vlad
Offline
Currently 2.6.34 from [testing] should be the reference point for configs and PKGBUILD -- is that working properly for both of you?
Offline
Does it work for? Haven't tested it yet.
PS: Will remove the libata patch asap.
Last edited by DonVla (2010-05-25 18:32:47)
Offline
sry for bumping this aging thread,
how's the status on kernel26-n130 ?
not that I have some issues with the current one but 2.6.35.5 is out
also: given that I wan't to compile 2.6.35.5. is it sufficient to update the PKGBUILD + checksums ?
or do the patches fail on !== 2.6.35
Offline
how's the status on kernel26-n130 ?
not that I have some issues with the current one but 2.6.35.5 is out
Yes, 2.6.35.5 is out. I am not upgrading it, because the "official" 2.6.35 ck-patches do not work with later rev patches.
also: given that I wan't to compile 2.6.35.5. is it sufficient to update the PKGBUILD + checksums ?
or do the patches fail on !== 2.6.35
Yes, if you don't use the ck-patches.
Offline
thx, nice to hear this is 'up-to-date', I'll wait then
Offline