Fedora Linux Support Community & Resources Center
  #1  
Old 14th March 2011, 06:46 AM
socialdeviat Offline
Registered User
 
Join Date: Mar 2011
Posts: 7
linuxfedorafirefox
Trying to get my IOGear GBU421 to work on F14

I am a complete nubile to Linux in general, just about 2 weeks of fun so far. I've basically replaced my windows installation, and I am not looking back. I have a IOGear GBU421 USB Bluetooth Adapter and I can't seem to get it to be recognized in Fedora 14. Any help? Thanks

<Daniel
Reply With Quote
  #2  
Old 14th March 2011, 01:48 PM
ryptyde Offline
Registered User
 
Join Date: May 2005
Location: Tragic City, Michigan USA
Posts: 1,605
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

I have the GBU221 usb device and plug it in to my F14 computer and a Bluetooth icon appears on the panel.
You can open a terminal and enter "lsusb" and your device should be listed there if it is recognised. Then under
System>Preferences>Bluetooth you can view preferences or from the Bluetooth panel icon.

phil
Reply With Quote
  #3  
Old 14th March 2011, 03:45 PM
socialdeviat Offline
Registered User
 
Join Date: Mar 2011
Posts: 7
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

That is what I keep hearing, but when I do, nothing happens at all. Perhaps my adapter is just bunked. I'll have to try it on another pc, and see if I get the same result.
Reply With Quote
  #4  
Old 15th March 2011, 01:06 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

When you insert the IOGear into the usb port do you see the btusb module is loaded?

Check in a terminal:
Quote:
lsmod | grep btusb
the btusb module handles general usb bluetooth support
(try running "modinfo btusb" in the terminal and you'll see its module statement)


Also make sure Linux is at least seeing it at all, if you plug in a usb device in general you should see a message show in the Kernel message buffer:
Code:
dmesg
Since those entries are time sorted it would be right at the bottom
Code:
lsusb -v
will show the verbose 'list usb' of all the usb devices plugged in, your device should be one of them.

the point is to see if the device is completely not seen or if it's seen (dmesg shows it) but the module isn't loaded for bluetooth.
In the latter case you can load the module and continue from there:
Quote:
modprobe btusb
Reply With Quote
  #5  
Old 15th March 2011, 07:06 AM
socialdeviat Offline
Registered User
 
Join Date: Mar 2011
Posts: 7
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

When i insert the module, nothing happens. At all... whatsoever. Many say I am supposed to get the icon in the panelbar, but I don't even get anything if I go to system>preferences>bluetooth... says no adapters are present
__________________
Daniel from SoCal - Dell D820 320GB, 2GB, 15.4"
Reply With Quote
  #6  
Old 15th March 2011, 08:10 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

But is the btusb module loaded? You should see something like this.
Quote:
lsmod | grep btu

btusb 15514 3
bluetooth 89276 7 btusb
If not, then try loading it manually:

Code:
su -c 'modprobe btusb'
(loading btusb will pull in bluetooth automatically)

This Ubuntu user got it to load:
http://ubuntuforums.org/showthread.php?t=1248940

See in particular:
http://ubuntuforums.org/showpost.php...56&postcount=3

Last edited by marko; 15th March 2011 at 08:14 AM.
Reply With Quote
  #7  
Old 15th March 2011, 09:08 AM
socialdeviat Offline
Registered User
 
Join Date: Mar 2011
Posts: 7
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

Quote:
lsmod
Module Size Used by
btusb 12538 0
bluetooth 73233 1 btusb
Quote:
dmesg
[ 1401.552943] generic-usb 0003:0A5C:4502.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 0a5c:4502] on usb-0000:00:1d.2-1.1/input0
[ 1401.618864] usb 4-1.2: new full speed USB device using uhci_hcd and address 4
[ 1401.728863] usb 4-1.2: New USB device found, idVendor=0a5c, idProduct=4503
[ 1401.728872] usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Heres what I got for both of those, where do I go from here?
__________________
Daniel from SoCal - Dell D820 320GB, 2GB, 15.4"
Reply With Quote
  #8  
Old 15th March 2011, 10:06 AM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

Quote:
Originally Posted by socialdeviat View Post
Heres what I got for both of those, where do I go from here?
Post the output of
lsusb -v
as you were repeatedly told.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #9  
Old 15th March 2011, 03:37 PM
socialdeviat Offline
Registered User
 
Join Date: Mar 2011
Posts: 7
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

Quote:
lvusb -v


Bus 004 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 8
idVendor 0x0a5c Broadcom Corp.
idProduct 0x4500 BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
bcdDevice 1.00
iManufacturer 1
iProduct 2
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 94mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 255
can't get hub descriptor: Operation not permitted
can't get device qualifier: Operation not permitted
can't get debug descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)
Assuming its that one, since everything else clearly states keyboard or usb hub, what does that mean? (pardon me for not being completely fluent in navigating the shell there Stevea) Still learning
__________________
Daniel from SoCal - Dell D820 320GB, 2GB, 15.4"
Reply With Quote
  #10  
Old 15th March 2011, 06:41 PM
ryptyde Offline
Registered User
 
Join Date: May 2005
Location: Tragic City, Michigan USA
Posts: 1,605
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

You might also want to check if Bluetooth Manager is enabled in the "Startup Applications" list.
Go to System>Preferences>Startup Applications and see if the BT Mngr. is enabled if not place
a check there and restart computer and see if BT icon appears when the BT device is plugged in.

phil
Reply With Quote
  #11  
Old 16th March 2011, 12:11 AM
socialdeviat Offline
Registered User
 
Join Date: Mar 2011
Posts: 7
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

Yes BT Manager was already selected.
__________________
Daniel from SoCal - Dell D820 320GB, 2GB, 15.4"
Reply With Quote
  #12  
Old 16th March 2011, 01:39 AM
ryptyde Offline
Registered User
 
Join Date: May 2005
Location: Tragic City, Michigan USA
Posts: 1,605
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

Try checking your device by opening a terminal and entering
Code:
hciconfig
and then as root (su) enter
Code:
hciconfig hci0 reset
and see if that gets it to
show a BT icon. You may have to restart the computer. I got some of this info by googleing
and also by reading the man page for hciconfig. You can read the man page from the terminal
by entering
Code:
man hciconfig
phil
Reply With Quote
  #13  
Old 16th March 2011, 01:59 AM
socialdeviat Offline
Registered User
 
Join Date: Mar 2011
Posts: 7
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

thanks, i'll post what i find

---------- Post added at 05:59 PM ---------- Previous post was at 05:49 PM ----------

Code:
[Deviat@deviatedit ~]$ hciconfig iscan
Can't get device info: No such device
Code:
[Deviat@deviatedit ~]$ hciconfig
[Deviat@deviatedit ~]$
Code:
[root@deviatedit Deviat]# hciconfig hci0 reset
Can't get device info: No such device
not showing me anything at all. Tried every command which made sense to try in the manual too...
__________________
Daniel from SoCal - Dell D820 320GB, 2GB, 15.4"
Reply With Quote
  #14  
Old 16th March 2011, 02:22 AM
ryptyde Offline
Registered User
 
Join Date: May 2005
Location: Tragic City, Michigan USA
Posts: 1,605
linuxfedorafirefox
Re: Trying to get my IOGear GBU421 to work on F14

I'm at a loss as what to try next. There is the possibility that the Broadcom chipset
is just not supported in Linux at this time. Even though someone else's device with
the same model number works the chipset could be different. I have found that out
trying to get Belkin wireless usb dongles working, chipset matters. If you can return
that device and check if there is a revision number on the box or package it came in
and try one with an earlier or later number. Pain in the rear I know but sometimes you
have to put a little extra effort.

phil

EDIT: one more place to check System>Services>bluetooth and see if is enabled and running.

Last edited by ryptyde; 16th March 2011 at 02:27 AM. Reason: add services info
Reply With Quote
Reply

Tags
f14, gbu421, iogear, work

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IOGEAR 4 Port USB PS/2 KVMP Switch motnahp00 Hardware & Laptops 0 15th August 2010 05:11 PM
IOGEAR Mobile Digital Scribe palaste Hardware & Laptops 0 31st January 2010 06:40 PM
massenger work but firefox and program update didnt work mahmoud200m Servers & Networking 0 27th July 2008 07:27 PM
Iogear usb KVM causing kernel panics in F8 seeker010 Hardware & Laptops 0 18th May 2008 09:01 PM
IOGear KVM switch rpstitz Hardware & Laptops 2 19th July 2007 08:59 AM


Current GMT-time: 16:37 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat