LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 03-18-2012, 10:52 AM   #1
linuxno0b
LQ Newbie
 
Registered: Mar 2012
Posts: 8

Rep: Reputation: Disabled
HP Presario CQ57 Bluetooth not working


Hi there, I have HP Compaq laptop Presario CQ57. I have latest and updated PCLinuxOS and after few days reading and googling I manage to setup everything except one thing- my bluetooth. I am totally new to linux and despite that fact I setup all things to work ^^

I installed all bluez, blueman and such thing drivers, activate bluetooth from windows7 and KDE bluettoth tool says: No bluetooth adapters have been found. Blueman says: BlueZ daemon is not running blue-man manager cannot continue.

I have fn key for wifi and it is in blue light (it is working). In bios there is no such option for bluetooth. Actually there is nothing interest to make in this laptop bios, only booting order.

I'm waiting for your answers here, because i try everything i find in this forum and in google and there is no hope from me now to get this bluetooth working in pclinuxos.

Code:
lspci -v

07:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
        Subsystem: Hewlett-Packard Company Device 1795
        Flags: bus master, fast devsel, latency 0, IRQ 23
        Memory at f0200000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [58] Vendor Specific Information: Len=78 <?>
        Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [d0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [13c] Virtual Channel
        Capabilities: [160] Device Serial Number 00-00-e5-ff-ff-59-94-39
        Capabilities: [16c] Power Budgeting <?>
        Kernel driver in use: wl
        Kernel modules: wl, brcm80211

Code:
rfkill list
gives me nothing doesnt know why... I have installed rfkill with Synaptic manager and when enter
rfkill:

Code:
Usage:  rfkill [options] command
Options:
        --version       show version (0.4)
Commands:
        help
        event
        list [IDENTIFIER]
        block IDENTIFIER
        unblock IDENTIFIER
where IDENTIFIER is the index no. of an rfkill switch or one of:
        <idx> all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm
Code:
lsusb

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 05c8:021e Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 1d57:0010
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0a5c:21e3 Broadcom Corp.
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
dmesg give me a lot of things and i delete things that doesnt show something usefull ( at least i think) and replace them with ...............
Code:
 dmesg
Linux version 2.6.38.8-pclos3.bfs (root@thenudiebar) (gcc version 4.5.2 (GCC) ) #1 SMP PREEMPT Fri Jul 8 18:01:30 CDT 2011
.................................................................................
Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
DMI 2.7 present.
DMI: Hewlett-Packard Presario CQ57 Notebook PC       /3577, BIOS F.34 07/27/2011
...........................................................
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ehci_hcd 0000:00:12.2: EHCI Host Controller
ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:12.2: QUIRK: Enable exception for AMD Hudson ASPM
ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
ehci_hcd 0000:00:12.2: debug port 1
ehci_hcd 0000:00:12.2: irq 17, io mem 0xf0447000
ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.38.8-pclos3.bfs ehci_hcd
usb usb1: SerialNumber: 0000:00:12.2
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 5 ports detected
ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ehci_hcd 0000:00:16.2: EHCI Host Controller
ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:16.2: QUIRK: Enable exception for AMD Hudson ASPM
ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
ehci_hcd 0000:00:16.2: debug port 1
ehci_hcd 0000:00:16.2: irq 17, io mem 0xf0444000
ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.38.8-pclos3.bfs ehci_hcd
usb usb2: SerialNumber: 0000:00:16.2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 4 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:12.0: OHCI Host Controller
ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:12.0: irq 18, io mem 0xf0448000
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: OHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.38.8-pclos3.bfs ohci_hcd
usb usb3: SerialNumber: 0000:00:12.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 5 ports detected
ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:14.5: OHCI Host Controller
ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:14.5: irq 18, io mem 0xf0446000
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: OHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.38.8-pclos3.bfs ohci_hcd
usb usb4: SerialNumber: 0000:00:14.5
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:16.0: OHCI Host Controller
ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 5
ohci_hcd 0000:00:16.0: irq 18, io mem 0xf0445000
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: OHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.38.8-pclos3.bfs ohci_hcd
usb usb5: SerialNumber: 0000:00:16.0
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 4 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
SCSI subsystem initialized
libata version 3.00 loaded.
ahci 0000:00:11.0: version 3.0
ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
scsi0 : ahci
scsi1 : ahci
ata1: SATA max UDMA/133 abar m1024@0xf0449000 port 0xf0449100 irq 19
ata2: SATA max UDMA/133 abar m1024@0xf0449000 port 0xf0449180 irq 19
usb 2-2: new high speed USB device using ehci_hcd and address 2
usb 2-2: New USB device found, idVendor=05c8, idProduct=021e
usb 2-2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
usb 2-2: Product: HP Webcam-101
usb 2-2: Manufacturer: HP Webcam-101
usb 2-2: SerialNumber: HP Webcam-101
usb 3-3: new low speed USB device using ohci_hcd and address 2
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: ATAPI: hp      DVDRAM GT31L, MR52, max UDMA/100
ata2.00: configured for UDMA/100
ata1.00: ATA-8: ST9500325AS, 0005HPM1, max UDMA/100
ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
ata1.00: configured for UDMA/100
scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      0005 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
scsi 1:0:0:0: CD-ROM            hp       DVDRAM GT31L     MR52 PQ: 0 ANSI: 5
 sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
sd 0:0:0:0: [sda] Attached SCSI disk
usb 3-3: New USB device found, idVendor=1d57, idProduct=0010
usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-3: Product: usb mouse with wheel
usb 3-3: Manufacturer: HID-Compliant Mouse
input: HID-Compliant Mouse usb mouse with wheel as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input2
generic-usb 0003:1D57:0010.0001: input,hidraw0: USB HID v1.10 Mouse [HID-Compliant Mouse usb mouse with wheel] on usb-0000:00:12.0-3/input0
input: HID-Compliant Mouse usb mouse with wheel as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.1/input/input3
generic-usb 0003:1D57:0010.0002: input,hidraw1: USB HID v1.10 Keyboard [HID-Compliant Mouse usb mouse with wheel] on usb-0000:00:12.0-3/input1
usb 4-2: new full speed USB device using ohci_hcd and address 2
usb 4-2: New USB device found, idVendor=0a5c, idProduct=21e3
usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 4-2: Product: BCM20702A0
usb 4-2: Manufacturer: Broadcom Corp
usb 4-2: SerialNumber: 3859F9EB200B
<30>udev[101]: starting version 167
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
ACPI: Lid Switch [LID]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
ACPI: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
ACPI: Power Button [PWRF]
ACPI: acpi_idle registered with cpuidle
ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
ACPI: AC Adapter [AC] (on-line)
ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
ACPI: Battery Slot [BAT0] (battery present)
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: Thermal Zone [TSZ0] (45 C)
acpi device:01: registered as cooling_device2
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
wmi: Mapper loaded
input: HP WMI hotkeys as /devices/virtual/input/input8ffff
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
Disabling lock debugging due to kernel taint
[fglrx] Maximum main memory to use for locked dma buffers: 3389 MBytes.
[fglrx]   vendor: 1002 device: 9806 count: 1
[fglrx] ioport: bar 1, base 0x4000, size: 0x100
pci 0000:00:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:01.0: setting latency timer to 64
[fglrx] Kernel PAT support is enabled
[fglrx] module loaded - fglrx 8.92.6 [Nov  9 2011] with 1 minors
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
fuse init (API version 7.16)
Non-volatile memory driver v1.3
Adding 2152672k swap on /dev/sda6.  Priority:-1 extents:1 across:2152672k 
lib80211: common routines for IEEE802.11 drivers
lib80211_crypt: registered algorithm 'NULL'
sd 0:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:0:0: Attached scsi generic sg1 type 5
wl 0000:07:00.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
wl 0000:07:00.0: setting latency timer to 64
SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
SP5100 TCO timer: mmio address 0xb80430 already in use
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
lib80211_crypt: registered algorithm 'TKIP'
eth0: Broadcom BCM4727 802.11 Hybrid Wireless Controller 5.60.48.36 
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
r8169 0000:06:00.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
r8169 0000:06:00.0: setting latency timer to 64
r8169 0000:06:00.0: (unregistered net_device): unknown MAC, using family default
r8169 0000:06:00.0: irq 43 for MSI/MSI-X
r8169 0000:06:00.0: eth1: RTL8101e at 0xef744000, 44:1e:a1:c7:06:1c, XID 00a00000 IRQ 43
piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device HP Webcam-101 (05c8:021e)
input: HP Webcam-101 as /devices/pci0000:00/0000:00:16.2/usb2/2-2/2-2:1.0/input/input9
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v1.0.0)
HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
hda_codec: ALC270: BIOS auto-probing.
hda_codec: connection list not available for 0x24
input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[fglrx] ATIF platform detected with notification ID: 0x81
fglrx_pci 0000:00:01.0: irq 44 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 1470
[fglrx] Firegl kernel thread PID: 1471
[fglrx] Firegl kernel thread PID: 1472
[fglrx] IRQ 44 Enabled
[fglrx] Gart USWC size:1108 M.
[fglrx] Gart cacheable size:439 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000
[fglrx] Reserved FB block: Unshared offset:fc87000, size:379000
[fglrx] Reserved FB block: Unshared offset:17ff4000, size:c000
NET: Registered protocol family 10
NET: Registered protocol family 17
r8169 0000:06:00.0: eth1: link down
ADDRCONF(NETDEV_UP): eth1: link is not ready
eth0: no IPv6 routers present
usbcore: registered new interface driver snd-usb-audio
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
r8169 0000:06:00.0: eth1: link down
ADDRCONF(NETDEV_UP): eth1: link is not ready

Last edited by linuxno0b; 03-18-2012 at 10:54 AM.
 
Old 03-19-2012, 08:53 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
I looked through the output you posted. I do not see your Bluetooth adapter. In dmesg, I see the driver loaded, here:

Quote:
[ 2658.811885] Bluetooth: Core ver 2.16
[ 2658.811914] Bluetooth: HCI device and connection manager initialized
[ 2658.811918] Bluetooth: HCI socket layer initialized
[ 2658.811920] Bluetooth: L2CAP socket layer initialized
[ 2658.816950] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 2659.005560] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
lspci does not show an adapter, nor does lsusb. I looked at the specs HP post for a CQ57-300 ( there are other - models ). HP does not list a Bluetooth adapter with the system. Have you added one? If so, where have you added it? USB dongle ? Added it internally?

The hardware has to show up, before you can get it to run.
 
Old 03-19-2012, 12:40 PM   #3
linuxno0b
LQ Newbie
 
Registered: Mar 2012
Posts: 8

Original Poster
Rep: Reputation: Disabled
It worked in windows 7 here is a screenshot. Dont mind language, it is ibulgarian. Says the bluetooth is working and ye it is workning under win7. Dont know why linux doesnt recognize it. I try 5-6 different distribution before pclinuxos and in all of them i do not have bluetooth working. And it is built in laptop I dont add it manually like usb..etc
Attached Thumbnails
Click image for larger version

Name:	bluetooth_win7.jpg
Views:	45
Size:	64.7 KB
ID:	9268  

Last edited by linuxno0b; 03-19-2012 at 12:43 PM.
 
Old 03-19-2012, 01:20 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Two posts to look at.

First -->https://bugzilla.redhat.com/show_bug.cgi?id=770233

Second -->https://bbs.archlinux.org/viewtopic.php?id=133093&p=1

I don't think you will get this working on PCLinuxOS any day soon. There are known problems with this adapter. Most of this can be traced back to Broadcom not being a friendly linux hardware manufacturer.

Support is coming, I can not tell you when. This adapter is in lots of systems as well as the one you have.

If you look at the second link, about post 35, to the end, they get the adapter to work on Arch linux. It requires a script to load firmware, firmware, and a kernel patch. Not trivial. If you stick with PCLinuxOS, you might try asking when support will come for that distro. I have no idea.

As I see it, run your bluetooth on windoze for now. Or, you can go out and buy a $15 bluetooth dongle and use it in linux. That is what I have, works like a charm.
 
Old 03-19-2012, 02:02 PM   #5
linuxno0b
LQ Newbie
 
Registered: Mar 2012
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thank you for this explanation. I'm pretty new to linux and wanted to know why this bluetooth isnt working on my linux. I find now why and thank you for that very much. Now i can continue enjoy and learn my linux without to worry why the hell this or that is not working

Last edited by linuxno0b; 03-19-2012 at 02:03 PM.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian on a COMPAQ Presario CQ57 baronobeefdip Linux - Laptop and Netbook 2 11-03-2011 12:39 AM
Bluetooth not working on FC6 with Targus USB bluetooth adapter mikevicious Linux - Software 1 12-11-2009 09:03 AM
Compaq Presario V2000, ndiswrapper, bcm43xx, not working together Predatorian Debian 19 09-23-2008 04:28 PM
wireless card not working on presario f557us angelseph Linux - Laptop and Netbook 2 10-06-2007 11:32 PM
touchpad not working on presario 712AU bijay Linux - Laptop and Netbook 1 05-01-2005 03:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:51 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration