LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices

Reply
 
LinkBack Search this Thread
Old 01-24-2012, 07:08 AM   #1
Br0eTcHeN
LQ Newbie
 
Registered: Nov 2004
Posts: 15

Rep: Reputation: 0
Lost my bluetooth..


Hi there,
i was trying around which distribution works best for me, so i installed fedora after i got everything to work i disabled bluetooth with the KDE tray tool. Then i installed Arch Linux got everything to work(didnt check for bluetooth then) but found fedora to be more comfortable so i wanted to go back.
after installing fedora the second time i found my bluetooth device was not working, system-settings said "device not found".
so i tried:
hwitool dev -> no device was displayed
lsusb -> there was no bluetooth device
rfkill list all -> shows an ideapad_bluetooth no blocked but no hci0
rfkill unblock all -> didnt enable anyhting (didnt really expect it to since nothing was found)
so i entered the bios and checked for it there, my wireless card and bluetooth share a hardware switch it is on, the option "wireless" is "enabled" in bios too.
after that i decided to run ubuntu from livecd to check if it would find the device, but it didnt.
i definitly think there should be a device hci0, it was working just 2 days ago, i dont think the hardware is failing the laptop is just a month old.
thx for reading and your suggestions.
 
Old 01-24-2012, 08:30 AM   #2
threaderslash
Member
 
Registered: Dec 2008
Location: HongKong
Distribution: Fedora/Centos/RedHat
Posts: 109

Rep: Reputation: 15
Lightbulb Bluetooth issue on FC16

Hi Br0eTcHeN,

I have the same issue here with wireless internet connection running FC16. For my Fedora 15 the wireless internet was working fine. But with FC16 it is just not the case for laptop.

Here is what I have done so far - maybe it can be useful:

Checked what is the maker of wifi driver:

Code:
    # lspci -v

    03:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
	Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN
	Flags: bus master, fast devsel, latency 0, IRQ 51
	Memory at d7400000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [c8] Power Management version 3
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [e0] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Device Serial Number 4c-80-93-ff-ff-0d-c6-b8
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
Downloaded the driver, then...

Code:
mv /opt/wifi/iwlwifi-6000g2b-ucode-18.168.6.1.tgz

tar zxf iwlwifi*.tgz
cd *.1

mv iwlwifi-6000g2b-6.ucode /lib/firmware

yum update -y
yum distro-sync
yum install akmod-wl
yum install kmod-wl -y
Reboot, login again... and the Bluetooth still shows the message: hardware disable. If I look on Network Settings >> Wireless, it shows: Wireless Unavailable.

I spent hours on it and still it does not work.

Any ideas? All comments and suggestions are highly appreciated.
 
Old 01-24-2012, 08:36 AM   #3
camorri
Senior Member
 
Registered: Nov 2002
Location: Toronto Canada
Distribution: Slackware 13.37
Posts: 3,990

Rep: Reputation: 274Reputation: 274Reputation: 274
Check to see if bluetoothd is running.

Quote:
root@duelie:/home/cliff# ps aux | grep blue
root 1826 0.0 0.0 18720 1680 ? Ss 09:00 0:00 /usr/sbin/bluetoothd --udev
root 3021 0.0 0.0 6848 968 pts/0 S+ 09:33 0:00 grep blue
Also check to see what modules you have loaded for bluetooth.

My system shows:

Quote:
lsmod | grep usb
btusb 11529 2
bluetooth 53100 9 rfcomm,sco,bnep,l2cap,btusb
usblp 11456 0
 
1 members found this post helpful.
Old 01-24-2012, 09:03 AM   #4
threaderslash
Member
 
Registered: Dec 2008
Location: HongKong
Distribution: Fedora/Centos/RedHat
Posts: 109

Rep: Reputation: 15
Lightbulb

Hi Camorri,

Thanks for the suggestion.. here is the output:

Code:
# ps aux | grep blue
root       975  0.0  0.0  25236  1864 ?        Ss   16:42   0:00 /usr/sbin/bluetoothd -n
root      2567  0.0  0.0 109244   920 pts/0    S+   16:51   0:00 grep --color=auto blue
For "lsmod | grep usb" it shows no output. I also run:

Code:
yum install wicd
After reboot and login, it gives the message:

Code:
Could not connect to wicd's D-Bus interface.  Check the wicd log for error messages.
I tried to find what and where is the log error message from wicd, with no success so far.

Some other ideas?
 
Old 01-24-2012, 09:47 AM   #5
threaderslash
Member
 
Registered: Dec 2008
Location: HongKong
Distribution: Fedora/Centos/RedHat
Posts: 109

Rep: Reputation: 15
Ok.. here is also what I found in the file /var/log/messages:

Code:
dbus[937]: [system] Activation via systemd failed for unit 'dbus-org.wicd.daemon.service': Unit dbus-org.wicd.daemon.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.wicd.daemon.service' for details.
Then I run:
Code:
# systemctl status dbus-org.wicd.daemon.service
dbus-org.wicd.daemon.service
	  Loaded: error (Reason: No such file or directory)
	  Active: inactive (dead)
 
Old 01-24-2012, 09:54 AM   #6
Br0eTcHeN
LQ Newbie
 
Registered: Nov 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
ubuntu@ubuntu:~$ ps aux | grep blue
root 2121 0.0 0.0 23032 1604 ? Ss 15:32 0:00 /usr/sbin/bluetoothd
ubuntu 3154 0.0 0.3 280072 11948 ? Sl 15:33 0:00 bluetooth-applet
ubuntu 3814 0.0 0.0 13452 900 pts/0 S+ 15:39 0:00 grep --color=auto blue
lsmod | grep usb
give nothing back..

->threaderslash
i dont have problems with wireless lan just bluetooth, wlan worked fine after i did blacklist the module acer_wmi in /etc/modprobe.d/blacklist.conf, seems to be an issue with atheros driver ath9k. i could see the wlan0 adapter but not enable it.
 
Old 01-24-2012, 04:12 PM   #7
threaderslash
Member
 
Registered: Dec 2008
Location: HongKong
Distribution: Fedora/Centos/RedHat
Posts: 109

Rep: Reputation: 15
Thanks for the suggestion. Here is what I did:

Code:
# lsmod
wmi                     9737  1 dell_wmi
In /etc/modprobe.d, I added

Code:
blacklist dell_wmi
Here is what I can see on firmware with ls:
Code:
# ls /lib/firmware/iwlwifi-*
/lib/firmware/iwlwifi-1000-3.ucode  /lib/firmware/iwlwifi-5000-2.ucode
/lib/firmware/iwlwifi-1000-5.ucode  /lib/firmware/iwlwifi-5000-5.ucode
/lib/firmware/iwlwifi-100-5.ucode   /lib/firmware/iwlwifi-5150-2.ucode
/lib/firmware/iwlwifi-3945-1.ucode  /lib/firmware/iwlwifi-6000-4.ucode
/lib/firmware/iwlwifi-3945-2.ucode  /lib/firmware/iwlwifi-6000g2a-5.ucode
/lib/firmware/iwlwifi-3945.ucode    /lib/firmware/iwlwifi-6000g2b-5.ucode
/lib/firmware/iwlwifi-4965-1.ucode  /lib/firmware/iwlwifi-6000g2b-6.ucode
/lib/firmware/iwlwifi-4965-2.ucode  /lib/firmware/iwlwifi-6050-4.ucode
/lib/firmware/iwlwifi-5000-1.ucode  /lib/firmware/iwlwifi-6050-5.ucode
But the internet wireless still doesn't work.
 
Old 01-24-2012, 04:27 PM   #8
threaderslash
Member
 
Registered: Dec 2008
Location: HongKong
Distribution: Fedora/Centos/RedHat
Posts: 109

Rep: Reputation: 15
Hi Br0eTcHeN,

Try to run...

Code:
yum -y install bluez*
Then tell how your bluetooth reacts.
 
Old 01-26-2012, 01:17 PM   #9
Br0eTcHeN
LQ Newbie
 
Registered: Nov 2004
Posts: 15

Original Poster
Rep: Reputation: 0
thank you two, i just did a bios update and my bluetooth device returned.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
pithos - gstreamer trying to use bluetooth when no bluetooth device is installed shadowsnipes Slackware 0 10-31-2010 07:44 PM
Bluetooth Dongle and Bluetooth Mouse... Any ideas on this one? flipjarg Linux - Newbie 1 07-14-2010 07:04 AM
Bluetooth not working on FC6 with Targus USB bluetooth adapter mikevicious Linux - Software 1 12-11-2009 09:03 AM
Bind have lost some zone in named.conf & lost db file achilles Linux - Enterprise 0 04-19-2007 06:22 AM
WiFi Centrino lost with BlueTooth enable kernel 2.6.10 otchie1 Slackware 4 04-18-2005 11:42 AM


All times are GMT -5. The time now is 09:54 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration