ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] bluetooth headset (btsco)
@ 2006-06-22 16:52 Victor
  0 siblings, 0 replies; only message in thread
From: Victor @ 2006-06-22 16:52 UTC (permalink / raw)
  To: community

Здравствуйте.
Не разбирался ли кто с подключением bleetooth гарнитуры в линукс?
Или сформулируем иначе: в каком виде следует давать имя устройства (если 
правильно понимаю, это второй параметр) в функцию
 snd_hwdep_open 

Проблема следующая: при попытке подключения гарнитуры выдает следующий текст:
[root@localhost root]# btsco -v 00:07:a4:c2:9e:44 1
btsco v0.42
Device is 1:0
Error: btsco open (1-0): No such device or address

Исходники взял на  http://sourceforge.net/projects/bluetooth-alsa исходники, 
собрал их, как описано, но получаю в итоге такую вот фигню.
Пытался копаться в исходниках, накопал следующее:

        if (find_hwdep_device(&card, &dev)) {
                error("Can't find device. Bail");
                return 1;
        }

Это проходит, устройство находит, причем вроде именно то, чтол нужно
Но далее идет следующее:

        sprintf(hwdep_name, "hw:%i,%i", card, dev);

        /* open hwdep on audio device */
        if ((err = snd_hwdep_open(&handle, hwdep_name, O_RDWR)) < 0) {
                error("btsco open (%i-%i): %s\n", card, dev, 
snd_strerror(err));
                return -1;
        }
Вот тут то оно и валится. И тут у меня возник вопрос, а правильно ли 
формируется имя, т.е. оно формируется как "hw:1,0". Может в этом собака 
порылась?

-- 
Виктор

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-22 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-22 16:52 [Comm] bluetooth headset (btsco) Victor

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git