public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] 2.6.22-rc4: "Device is not available: No such device"
@ 2007-06-06 17:22 Elimar Riesebieter
  2007-06-07 10:23 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Elimar Riesebieter @ 2007-06-06 17:22 UTC (permalink / raw)
  To: bluez-users


Hi all,

I've compiled 2.6.22-rc4 on my Apple pb.
Loaded modules: hci_usb,rfcomm,hidp,l2cap

# hcitool scan
Device is not available: No such device

# rfcomm connect 1 00:11:22:33:44:55 1
Can't connect RFCOMM socket: No route to host

2.6.21 loafed modules: hci_usb,rfcomm,hidp,l2cap
All went fine though.

Any hints?

Elimar

-- 
  Experience is something you don't get until 
  just after you need it!

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] 2.6.22-rc4: "Device is not available: No such device"
  2007-06-06 17:22 [Bluez-users] 2.6.22-rc4: "Device is not available: No such device" Elimar Riesebieter
@ 2007-06-07 10:23 ` Marcel Holtmann
  2007-06-07 10:51   ` Elimar Riesebieter
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2007-06-07 10:23 UTC (permalink / raw)
  To: BlueZ users

Hi Elimar,

> I've compiled 2.6.22-rc4 on my Apple pb.
> Loaded modules: hci_usb,rfcomm,hidp,l2cap
> 
> # hcitool scan
> Device is not available: No such device
> 
> # rfcomm connect 1 00:11:22:33:44:55 1
> Can't connect RFCOMM socket: No route to host
> 
> 2.6.21 loafed modules: hci_usb,rfcomm,hidp,l2cap
> All went fine though.

check hciconfig and /proc/bus/usb/devices. Maybe you need to run hid2hci
first.

Regards

Marcel



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] 2.6.22-rc4: "Device is not available: No such device"
  2007-06-07 10:23 ` Marcel Holtmann
@ 2007-06-07 10:51   ` Elimar Riesebieter
  2007-06-07 11:33     ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Elimar Riesebieter @ 2007-06-07 10:51 UTC (permalink / raw)
  To: bluez-users

On Thu, 07 Jun 2007 the mental interface of
Marcel Holtmann told:

> Hi Elimar,
> 
> > I've compiled 2.6.22-rc4 on my Apple pb.
> > Loaded modules: hci_usb,rfcomm,hidp,l2cap
> > 
> > # hcitool scan
> > Device is not available: No such device
> > 
> > # rfcomm connect 1 00:11:22:33:44:55 1
> > Can't connect RFCOMM socket: No route to host
> > 
> > 2.6.21 loafed modules: hci_usb,rfcomm,hidp,l2cap
> > All went fine though.
> 
> check hciconfig and /proc/bus/usb/devices. Maybe you need to run hid2hci
> first.

# hciconfig -a
"nothing"
# cat /proc/bus/usb/devices
cat: /proc/bus/usb/devices: No such file or directory
# hid2hci -0
No devices in HCI mode found
# hid2hci -1
No devices in HID mode found

Hmm, at the moment I can't see relevant diffs comparing the config
of both kernels. 2.6.22 is generated via oldconfig from the 2.6.21
one. My USB mouse works fine.

Thanks
Elimar


-- 
    .~.
    /V\   L   I   N   U   X
   /( )\ >Phear the Penguin<
   ^^-^^

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] 2.6.22-rc4: "Device is not available: No such device"
  2007-06-07 10:51   ` Elimar Riesebieter
@ 2007-06-07 11:33     ` Marcel Holtmann
  2007-06-07 13:19       ` Elimar Riesebieter
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2007-06-07 11:33 UTC (permalink / raw)
  To: BlueZ users

Hi Elimar,

> > > I've compiled 2.6.22-rc4 on my Apple pb.
> > > Loaded modules: hci_usb,rfcomm,hidp,l2cap
> > > 
> > > # hcitool scan
> > > Device is not available: No such device
> > > 
> > > # rfcomm connect 1 00:11:22:33:44:55 1
> > > Can't connect RFCOMM socket: No route to host
> > > 
> > > 2.6.21 loafed modules: hci_usb,rfcomm,hidp,l2cap
> > > All went fine though.
> > 
> > check hciconfig and /proc/bus/usb/devices. Maybe you need to run hid2hci
> > first.
> 
> # hciconfig -a
> "nothing"
> # cat /proc/bus/usb/devices
> cat: /proc/bus/usb/devices: No such file or directory

what about mounting it?

Regards

Marcel



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] 2.6.22-rc4: "Device is not available: No such device"
  2007-06-07 11:33     ` Marcel Holtmann
@ 2007-06-07 13:19       ` Elimar Riesebieter
  0 siblings, 0 replies; 5+ messages in thread
From: Elimar Riesebieter @ 2007-06-07 13:19 UTC (permalink / raw)
  To: bluez-users

On Thu, 07 Jun 2007 the mental interface of
Marcel Holtmann told:

> Hi Elimar,
>
> > > > I've compiled 2.6.22-rc4 on my Apple pb.
> > > > Loaded modules: hci_usb,rfcomm,hidp,l2cap
> > > >
> > > > # hcitool scan
> > > > Device is not available: No such device
> > > >
> > > > # rfcomm connect 1 00:11:22:33:44:55 1
> > > > Can't connect RFCOMM socket: No route to host
> > > >
> > > > 2.6.21 loafed modules: hci_usb,rfcomm,hidp,l2cap
> > > > All went fine though.
> > >
> > > check hciconfig and /proc/bus/usb/devices. Maybe you need to run hid2hci
> > > first.
> >
> > # hciconfig -a
> > "nothing"
> > # cat /proc/bus/usb/devices
> > cat: /proc/bus/usb/devices: No such file or directory
>
> what about mounting it?

Ooops, yes.

I ran hid2hci and all works well now ;) Thanks. But hey, I was
running fstab without "none  /proc/bus/usb  usbfs  defaults  0  0"
with 2.6.21.....? Since which kernel we have to mount usbfs
separately?

Elimar

-- 
  Experience is something you don't get until
  just after you need it!

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2007-06-07 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 17:22 [Bluez-users] 2.6.22-rc4: "Device is not available: No such device" Elimar Riesebieter
2007-06-07 10:23 ` Marcel Holtmann
2007-06-07 10:51   ` Elimar Riesebieter
2007-06-07 11:33     ` Marcel Holtmann
2007-06-07 13:19       ` Elimar Riesebieter

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