public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] RE :  modprobe snd-bt-sco
@ 2007-02-22  9:29 Asma Tebessi
  2007-02-22 12:48 ` Paulo Gonçalves
  0 siblings, 1 reply; 2+ messages in thread
From: Asma Tebessi @ 2007-02-22  9:29 UTC (permalink / raw)
  To: BlueZ users

[-- Attachment #1: Type: text/plain, Size: 2881 bytes --]

Hi, 

where can I do make modules?? I tried to do it under /lib/modules/2.6.12-12mdk but I got : 

make: *** Pas de règle pour fabriquer la cible « modules_install ». Arrêt




-------- Message d'origine--------
De: bluez-users-bounces@lists.sourceforge.net de la part de Paulo Gonçalves
Date: jeu. 22/02/2007 10:20
À: BlueZ users
Objet : Re: [Bluez-users] modprobe snd-bt-sco
 
Hi !

On 2/22/07, Asma Tebessi <asma.tebessi@telnet.com.tn> wrote:

>  Hi all,
>
> I've installed the latest versions of bluez 'bluez-utils-3.9,
> bluez-libs-3.9, bluez-hcidump-1.33 and bluez-firmware-1.2' under Mandriva
> 2006 and I can establish a connection between my pc and my nokia N70. I want
> to have the handsfree option available so I add it with : sdptool add
> --channel=2 HF (the channel for handsfree on N70 is the number 1) and the
> test seems to work since I had an icon on my nokia when I launch :
>  rfcomm connect /dev/rfcomm0 00:16:4E:D9:20:98 2
> The connection lasts only few secondes then terminate. So I make : rfcomm
> listen /dev/rfcomm0  2 and try to call the nokia N70 from another phone. The
> N7O contact the pc via bluetooth and I enter the PIN in both sides and the
> connection is done but when I hangup the sound doesn't came from the pc's
> headspeaker but from N70's one.
> I thought I need to install the bluetooth-alsa to make it work. So I do, I
> installed btsco-0.5, plugz and sbc and I've got no errors. I followed the
> instructions within this document "
> http://www.linux.ie/articles/bluetoothheadset.php" but when I made
> modprobe snd-bt-sco I got :
>
> [root@localhost confhandsfree]# modprobe snd-bt-sco
> FATAL: Module snd-bt-sco not found.
>
> I dont understand how to make it work since I got no errors while
> compiling the btsco and processing the
> "cd kernel - make - make install - depmod -e - make clean"
>

try "make modules"

 Otherwise, I tried to connect my bluetooth dongle 'belkin' and I got :
>
> [root@localhost confhandsfree]# btsco 00:0A:3A:50:27:84   2
> Error: hwdep next device (hw:0): Operation not permitted
> Error: control open (hw:1): No such device
> Error: Can't find device. Bail
>
> I hope that you'll help me I need to make this work as soon as possible
> and I'm lost :(
>
> Thanks a lot.
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
Paulo Gonçalves


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 4167 bytes --]

[-- Attachment #3: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #4: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Bluez-users] RE : modprobe snd-bt-sco
  2007-02-22  9:29 [Bluez-users] RE : modprobe snd-bt-sco Asma Tebessi
@ 2007-02-22 12:48 ` Paulo Gonçalves
  0 siblings, 0 replies; 2+ messages in thread
From: Paulo Gonçalves @ 2007-02-22 12:48 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 3749 bytes --]

On 2/22/07, Asma Tebessi <asma.tebessi@telnet.com.tn> wrote:
>
> Hi,
>
> where can I do make modules?? I tried to do it under
> /lib/modules/2.6.12-12mdk but I got :



In the same folder you compile your kernel.
Normally in /usr/src/linux


make: *** Pas de règle pour fabriquer la cible « modules_install ». Arrêt
>
>
>
>
> -------- Message d'origine--------
> De: bluez-users-bounces@lists.sourceforge.net de la part de Paulo
> Gonçalves
> Date: jeu. 22/02/2007 10:20
> À: BlueZ users
> Objet : Re: [Bluez-users] modprobe snd-bt-sco
>
> Hi !
>
> On 2/22/07, Asma Tebessi <asma.tebessi@telnet.com.tn> wrote:
>
> >  Hi all,
> >
> > I've installed the latest versions of bluez 'bluez-utils-3.9,
> > bluez-libs-3.9, bluez-hcidump-1.33 and bluez-firmware-1.2' under
> Mandriva
> > 2006 and I can establish a connection between my pc and my nokia N70. I
> want
> > to have the handsfree option available so I add it with : sdptool add
> > --channel=2 HF (the channel for handsfree on N70 is the number 1) and
> the
> > test seems to work since I had an icon on my nokia when I launch :
> >  rfcomm connect /dev/rfcomm0 00:16:4E:D9:20:98 2
> > The connection lasts only few secondes then terminate. So I make :
> rfcomm
> > listen /dev/rfcomm0  2 and try to call the nokia N70 from another phone.
> The
> > N7O contact the pc via bluetooth and I enter the PIN in both sides and
> the
> > connection is done but when I hangup the sound doesn't came from the
> pc's
> > headspeaker but from N70's one.
> > I thought I need to install the bluetooth-alsa to make it work. So I do,
> I
> > installed btsco-0.5, plugz and sbc and I've got no errors. I followed
> the
> > instructions within this document "
> > http://www.linux.ie/articles/bluetoothheadset.php" but when I made
> > modprobe snd-bt-sco I got :
> >
> > [root@localhost confhandsfree]# modprobe snd-bt-sco
> > FATAL: Module snd-bt-sco not found.
> >
> > I dont understand how to make it work since I got no errors while
> > compiling the btsco and processing the
> > "cd kernel - make - make install - depmod -e - make clean"
> >
>
> try "make modules"
>
> Otherwise, I tried to connect my bluetooth dongle 'belkin' and I got :
> >
> > [root@localhost confhandsfree]# btsco 00:0A:3A:50:27:84   2
> > Error: hwdep next device (hw:0): Operation not permitted
> > Error: control open (hw:1): No such device
> > Error: Can't find device. Bail
> >
> > I hope that you'll help me I need to make this work as soon as possible
> > and I'm lost :(
> >
> > Thanks a lot.
> >
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> >
> Paulo Gonçalves
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 5219 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-22 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-22  9:29 [Bluez-users] RE : modprobe snd-bt-sco Asma Tebessi
2007-02-22 12:48 ` Paulo Gonçalves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox