Morn wrote:First I would run "lsmod" to check if the snd kernel modules are loaded…Module Size Used by
rfcomm 33791 4
bnep 8857 2
snd_hda_codec_realtek 61193 1
btusb 12372 0
bluetooth 192120 22 bnep,btusb,rfcomm
snd_hda_intel 26180 0
snd_hda_codec 98033 2 snd_hda_codec_realt
I am trying to get my bluetooth adapter working under Fedora 17, Dell Inspirion 17,
uname -r
3.5.4-1.fc17.x86_64
lsmod}grep -i blue
bluetooth 298929 12 bnep,ath3k,btusb,rfcomm
rfkill 21384 5 cfg80211,bluetooth
dmesg|grep -i blue
[ 29.283658] Bluetooth: Core ver 2.16
[ 29.283730] Bluetooth: HCI device and connection manager initialized
[ 29.283
jpvarma wrote:[ 3.980060] usbcore: registered new interface driver usblpI assume that this means that the kernel detected that a printer was plugged in and registered an "interface driver" (I do not know what an "interface driver"is). Now, cups needs to detect this printer. I do not understand why it does not?
I've recently applied a one-line patch to drivers/bluetooth/btusb.c in order to enable compatibility with my Bluetooth device. However, whenever I get a kernel upgrade, the patch will be lost until someone backports it (which isn't likely). Is there a way for me to run a script and patch each new kernel upgrade automatically?
Details on how to apply the patch can be found here on Ask Ubuntu.
Ok, so i'm back on CentOS, same problem. I think the kernel is too old and it doesn't have the "drivers" for the Bluetooth module, under Debian Squeeze (stable with kernel 2.6.x... [by unifiedlinux]
Hi,
I'm using f17, on a dell inspiron 1525. I was listening music on a bluetooth headset. After a while it stopped playing.
ubuntu 12.04 bluetooth problem wifi is working
$lsmod | grep
bluetooth 180104 14 bnep,rfcomm,btusb,fwload
$hciconfig
hci0: Type:BR/EDR Bus:USB
BD Address:00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:6 acl:0 sco:0 commands:2 errors:0
$hciconfig hci0 up
Can't init device hci0: onnection timed out(110)
$dmesg | grep blue
$
$bluetoothd
I have fixed this problem, but it requires building my own kernel via abs, running makepkg -o, then patching ath3k.c and btusb.c, adding support for my VID/PID in the former and blacklisting it in the latter, then compiling with makepkg -e and installing the compiled kernel.You can read more about it here: https://bbs.archlinux.org/viewtopic.php … 9#p1221279If anyone is interested, here is the pat
Hi im new here and i need some help please.
im trying to install the driver for my nvidia GeForce 7300 GS
i have Fedora 12 installed in an Intel duo core 2 processor 64 bits
kernel installed is 2.6.31.5-127.fc12.x86_64
i followed leigh's guide i did the 4 steps but after reboot screen goes blanck and X dont work.