From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Bluez-users] RFCOMM Device From: Marcel Holtmann To: BlueZ Mailing List In-Reply-To: References: Content-Type: text/plain Message-Id: <1109578219.17256.5.camel@pegasus> Mime-Version: 1.0 Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net Reply-To: bluez-users@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ users List-Post: List-Help: List-Subscribe: , List-Archive: Date: Mon, 28 Feb 2005 09:10:19 +0100 Hi Anderson, > I am new with Bluez and I trying to set up a rfcomm device but the > /dev/rfcomm0 is not being created or does not exist. > > # rfcomm bind 0 aa:aa:aa:aa:aa 1 (works) > #rfcomm > rfcomm0: aa:aa:aa:aa:aa clean (is it right?) it must be "rfcomm0: aa:aa:aa:aa:aa channel 1 clean", but yes that is right. > but when i try to use pppd it does not work, it does not recognize the > /dev/rfcomm0 Check if /dev/rfcomm0 exists and if not install udev or create it by hand. Regards Marcel ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: In-Reply-To: From: "blookk -" To: bluez-users@lists.sourceforge.net Subject: RE: [Bluez-users] RFCOMM Device Mime-Version: 1.0 Content-Type: text/html; charset=iso-8859-1; format=flowed Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net Reply-To: bluez-users@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ users List-Post: List-Help: List-Subscribe: , List-Archive: Date: Sun, 27 Feb 2005 12:05:34 +0000

Hello

Have you created the node rfcomm0? It makes with command: mknod -m 666 /dev/rfcomm0 c 216 0.

Regards

>From: Anderson Rodrigues <rodrigues.anderson@gmail.com>
>Reply-To: bluez-users@lists.sourceforge.net
>To: bluez-users@lists.sourceforge.net
>Subject: [Bluez-users] RFCOMM Device
>Date: Sat, 26 Feb 2005 23:05:12 -0500
>
>Hi Folks,
>
>I am new with Bluez  and I trying to set up a rfcomm device but the
>/dev/rfcomm0 is not being created or does not exist.
>
># rfcomm bind 0 aa:aa:aa:aa:aa 1 (works)
>#rfcomm
>rfcomm0: aa:aa:aa:aa:aa clean (is it right?)
>
>but when i try to use pppd it does not work, it does not recognize the
>/dev/rfcomm0
>
>i will appreciate any help
>
>cheers,
>
>--
>Anderson Clayton B. Rodrigues
>Eng. de Software
>Instituto Nokia de Tecnologia - INdT
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Bluez-users mailing list
>Bluez-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bluez-users
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Anderson Rodrigues To: bluez-users@lists.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: [Bluez-users] RFCOMM Device Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net Reply-To: bluez-users@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ users List-Post: List-Help: List-Subscribe: , List-Archive: Date: Sat, 26 Feb 2005 23:05:12 -0500 Hi Folks, I am new with Bluez and I trying to set up a rfcomm device but the /dev/rfcomm0 is not being created or does not exist. # rfcomm bind 0 aa:aa:aa:aa:aa 1 (works) #rfcomm rfcomm0: aa:aa:aa:aa:aa clean (is it right?) but when i try to use pppd it does not work, it does not recognize the /dev/rfcomm0 i will appreciate any help cheers, -- Anderson Clayton B. Rodrigues Eng. de Software Instituto Nokia de Tecnologia - INdT ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Anderson Rodrigues To: bluez-users@lists.sourceforge.net Subject: Re: [Bluez-users] RFCOMM Device In-Reply-To: <1109578219.17256.5.camel@pegasus> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII References: <1109578219.17256.5.camel@pegasus> Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net Reply-To: bluez-users@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ users List-Post: List-Help: List-Subscribe: , List-Archive: Date: Tue, 1 Mar 2005 13:59:28 -0500 Thank you guys !!! On Mon, 28 Feb 2005 09:10:19 +0100, Marcel Holtmann wrote: > Hi Anderson, > > > I am new with Bluez and I trying to set up a rfcomm device but the > > /dev/rfcomm0 is not being created or does not exist. > > > > # rfcomm bind 0 aa:aa:aa:aa:aa 1 (works) > > #rfcomm > > rfcomm0: aa:aa:aa:aa:aa clean (is it right?) > > it must be "rfcomm0: aa:aa:aa:aa:aa channel 1 clean", but yes that is > right. > > > but when i try to use pppd it does not work, it does not recognize the > > /dev/rfcomm0 > > Check if /dev/rfcomm0 exists and if not install udev or create it by > hand. > > Regards > > Marcel > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Bluez-users mailing list > Bluez-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-users > -- Anderson Clayton B. Rodrigues Eng. de Software Instituto Nokia de Tecnologia - INdT ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users