2006-01-16 15:07:26

by Niv

[permalink] [raw]
Subject: [Bluez-users] Can't find device

Problem: $ btsco -v 00:0D:44:33:E1:63
btsco v0.41
Error: control open (hw:4): No such device
Error: Can't find device. Bail


diagnoz:

Worked fine yesterday. I switched to alsa modules aka alsa-driver.

snd-bt-sco modprobe loads fine

I even compiled the emu10k1, which has a function that is used.


$ cat /proc/asound/cards
0 [V8237 ]: VIA8237 - VIA 8237
VIA 8237 with CMI9761 at 0xe800, irq 10
1 [Bt878 ]: Bt87x - Brooktree Bt878
Brooktree Bt878 at 0xe8101000, irq 11
2 [Audio ]: USB-Audio - USB Audio
C-Media INC. USB Audio at usb-0000:00:10.3-2, full
speed
3 [Headset ]: Bluetooth SCO - BT Headset
BT Headset 1



l2ping 00:0D:44:33:E1:63
Ping: 00:0D:44:33:E1:63 from 00:10:60:A8:86:A3 (data size 44) ...
44 bytes from 00:0D:44:33:E1:63 id 0 time 42.46ms
44 bytes from 00:0D:44:33:E1:63 id 1 time 41.56ms
44 bytes from 00:0D:44:33:E1:63 id 2 time 34.55ms
44 bytes from 00:0D:44:33:E1:63 id 3 time 50.53ms
44 bytes from 00:0D:44:33:E1:63 id 4 time 49.51ms
5 sent, 5 received, 0% loss


Niv



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users


2006-01-18 15:24:34

by Niv

[permalink] [raw]
Subject: Re: [Bluez-users] Can't find device

Linux blacky 2.6.14-ck8 #16 Wed Jan 18 16:44:08 IST 2006 i686 AMD Athlon(tm) XP 3200+ AuthenticAMD GNU/Linux
* installed packages
media-libs/alsa-lib-1.0.10
media-libs/alsa-oss-1.0.10-r1
media-sound/alsa-driver-1.0.11_rc2
media-sound/alsa-headers-1.0.11_rc2
media-sound/alsa-tools-1.0.10
media-sound/alsa-utils-1.0.10
empty
Module Size Used by
snd_bt_sco 12076 0
it87 19488 0
hwmon_vid 2304 1 it87
eeprom 5904 0
i2c_isa 3584 1 it87
rfcomm 35356 1
l2cap 21124 5 rfcomm
spca5xx 684432 0
hci_usb 13072 2
usbhid 33284 0
i2c_viapro 6928 0
snd_pcm_oss 48672 0
snd_mixer_oss 17024 1 snd_pcm_oss
snd_seq_oss 33408 0
snd_seq_midi_event 6016 1 snd_seq_oss
snd_seq 48464 4 snd_seq_oss,snd_seq_midi_event
snd_bt87x 12232 0
snd_via82xx 23572 0
snd_ac97_codec 93984 1 snd_via82xx
snd_ac97_bus 2048 1 snd_ac97_codec
snd_mpu401_uart 6272 1 snd_via82xx
rtc 10168 0
pcspkr 3296 0
tuner 38184 0
tvaudio 22300 0
bttv 155088 0
video_buf 17284 1 bttv
firmware_class 8192 1 bttv
v4l2_common 4864 1 bttv
btcx_risc 4104 1 bttv
tveeprom 12432 1 bttv
videodev 7424 2 spca5xx,bttv
bluetooth 41732 7 rfcomm,l2cap,hci_usb
ati_agp 6796 0
snd_usb_audio 75712 0
snd_pcm 80648 6 snd_bt_sco,snd_pcm_oss,snd_bt87x,snd_via82xx,snd_ac97_codec,snd_usb_audio
snd_timer 21252 2 snd_seq,snd_pcm
snd_page_alloc 8712 4 snd_bt_sco,snd_bt87x,snd_via82xx,snd_pcm
snd_usb_lib 14720 1 snd_usb_audio
snd_rawmidi 20640 2 snd_mpu401_uart,snd_usb_lib
snd_seq_device 7308 3 snd_seq_oss,snd_seq,snd_rawmidi
snd_hwdep 7684 2 snd_bt_sco,snd_usb_audio
snd 49984 16 snd_bt_sco,snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_bt87x,snd_via82xx,snd_ac97_codec,snd_mpu401_uart,snd_usb_audio,snd_pcm,snd_timer,snd_usb_lib,snd_rawmidi,snd_seq_device,snd_hwdep

btsco -v 00:02:72:E1:03:6A
btsco v0.41
Error: control open (hw:4): No such device
Error: Can't find device. Bail

hcidump -X -V (will btsco -v ..)
empty



Attachments:
alsa.before.txt (11.31 kB)
alsa.after.txt (2.45 kB)
Download all attachments

2006-01-17 20:58:55

by Brad Midgley

[permalink] [raw]
Subject: Re: [Bluez-users] Can't find device

Niv

> OK I am certain now. bluetooth-alsa cant work when using alsa-driver.
> Even when SND_HWDEP is included.

fwiw, the nokia 770 guys came up with a cleaner way to get the hwdep
stuff built.

> I cant use BT-alsa when I compile alsa as modules in the kernel.

explain what you mean here. as opposed to compiling everything directly
into the kernel?

>
> I dont understand the difference.
>
> Is it to do with new alsa-driver ?

you mean the new alsa driver inside btsco? it's not working yet and it
shouldn't be causing any problems.

brad


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-01-17 01:33:28

by Niv

[permalink] [raw]
Subject: Re: [Bluez-users] Can't find device

OK I am certain now. bluetooth-alsa cant work when using alsa-driver.
Even when SND_HWDEP is included.


I cant use BT-alsa when I compile alsa as modules in the kernel.

I dont understand the difference.

Is it to do with new alsa-driver ?


Niv






Niv wrote:

> Problem: $ btsco -v 00:0D:44:33:E1:63
> btsco v0.41
> Error: control open (hw:4): No such device
> Error: Can't find device. Bail
>
>
> diagnoz:
>
> Worked fine yesterday. I switched to alsa modules aka alsa-driver.
>
> snd-bt-sco modprobe loads fine
>
> I even compiled the emu10k1, which has a function that is used.
>
>
> $ cat /proc/asound/cards
> 0 [V8237 ]: VIA8237 - VIA 8237
> VIA 8237 with CMI9761 at 0xe800, irq 10
> 1 [Bt878 ]: Bt87x - Brooktree Bt878
> Brooktree Bt878 at 0xe8101000, irq 11
> 2 [Audio ]: USB-Audio - USB Audio
> C-Media INC. USB Audio at usb-0000:00:10.3-2,
> full speed
> 3 [Headset ]: Bluetooth SCO - BT Headset
> BT Headset 1
>
>
>
> l2ping 00:0D:44:33:E1:63
> Ping: 00:0D:44:33:E1:63 from 00:10:60:A8:86:A3 (data size 44) ...
> 44 bytes from 00:0D:44:33:E1:63 id 0 time 42.46ms
> 44 bytes from 00:0D:44:33:E1:63 id 1 time 41.56ms
> 44 bytes from 00:0D:44:33:E1:63 id 2 time 34.55ms
> 44 bytes from 00:0D:44:33:E1:63 id 3 time 50.53ms
> 44 bytes from 00:0D:44:33:E1:63 id 4 time 49.51ms
> 5 sent, 5 received, 0% loss
>
>
> Niv
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users