I have a Toshiba Qosmio laptop with a F11 partition.
I can get bluetooth to run whatever .
It looks like bluetooth switch on/off is controlled by ACPI calls . In windows env. that is done by the toshiba bluetooth switch. There is nothing equivalent in linux
Code:
lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation Device 062a (rev a1)
0e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
14:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
20:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. IEEE 1394 Host Controller
20:00.1 System peripheral: JMicron Technologies, Inc. SD/MMC Host Controller
20:00.2 SD Host controller: JMicron Technologies, Inc. Standard SD Host Controller
20:00.3 System peripheral: JMicron Technologies, Inc. MS Host Controller
20:00.4 System peripheral: JMicron Technologies, Inc. xD Host Controller
Code:
demsg | less
,,,
(8 early reservations) ==> bootmem [0000000000 - 0140000000]
#0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
#1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
#2 [0000200000 - 0000bce1a0] TEXT DATA BSS ==> [0000200000 - 0000bce1a0]
#3 [0037ce6000 - 0037fef518] RAMDISK ==> [0037ce6000 - 0037fef518]
#4 [000009f400 - 0000100000] BIOS reserved ==> [000009f400 - 0000100000]
#5 [0000bcf000 - 0000bcf1c0] BRK ==> [0000bcf000 - 0000bcf1c0]
#6 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000]
#7 [000000a000 - 000000b000] PGTABLE ==> [000000a000 - 000000b000]
found SMP MP-table at [ffff8800000f6ae0] f6ae0
[ffffe20000000000-ffffe200045fffff] PMD -> [ffff880028200000-ffff88002b9fffff] on node 0
Zone PFN ranges:
DMA 0x00000000 -> ,
DMA32 0x00001000 -> 0x00100000
Normal 0x00100000 -> 0x00140000
Movable zone start PFN for each node
early_node_map[9] active PFN ranges
0: 0x00000000 -> 0x0000009f
0: 0x00000100 -> 0x000bdaa1
0: 0x000bdaa7 -> 0x000bdbbc
0: 0x000bdc0f -> 0x000bdd08
0: 0x000bdf0f -> 0x000bdf19
0: 0x000bdf1f -> 0x000bdf64
0: 0x000bdf9f -> 0x000bdfe5
0: 0x000bdfff -> 0x000be000
0: 0x00100000 -> 0x00140000
On node 0 totalpages: 1039588
DMA zone: 56 pages used for memmap
DMA zone: 2612 pages reserved
DMA zone: 1331 pages, LIFO batch:0
DMA32 zone: 14280 pages used for memmap
DMA32 zone: 759165 pages, LIFO batch:31
Normal zone: 3584 pages used for memmap
Normal zone: 258560 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 24
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000d8000
PM: Registered nosave memory: 00000000000d8000 - 0000000000100000
PM: Registered nosave memory: 00000000bdaa1000 - 00000000bdaa7000
PM: Registered nosave memory: 00000000bdbbc000 - 00000000bdc0f000
PM: Registered nosave memory: 00000000bdd08000 - 00000000bdf0f000
PM: Registered nosave memory: 00000000bdf19000 - 00000000bdf1f000
PM: Registered nosave memory: 00000000bdf64000 - 00000000bdf9f000
PM: Registered nosave memory: 00000000bdfe5000 - 00000000bdfff000
PM: Registered nosave memory: 00000000be000000 - 0000000100000000
Allocating PCI resources starting at c0000000 (gap: be000000:42000000)
NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 27 pages at ffff880028022000, static data 79584 bytes
Built 1 zonelists in Node order, mobility grouping on. Total pages: 1019056
Policy zone: Normal
Kernel command line: ro root=UUID=db336f36-5c41-4114-b9e8-3be8a36d6326 rhgb quiet
Initializing CPU#0
NR_IRQS:4352 nr_irqs:424
PID hash table entries: 4096 (order: 12, 32768 bytes)
Extended CMOS year: 2000
Fast TSC calibration using PIT
Detected 1995.113 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
......................
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Microcode Update Driver: v2.00 removed.
CE: hpet increasing min_delta_ns to 15000 nsec
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
r8169: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: authenticate with AP 00:13:10:2e:47:6c
wlan0: authenticated
wlan0: associate with AP 00:13:10:2e:47:6c
wlan0: RX AssocResp from 00:13:10:2e:47:6c (capab=0x1 status=12 aid=0)
wlan0: AP denied association (code=12)
wlan0: associate with AP 00:13:10:2e:47:6c
wlan0: RX AssocResp from 00:13:10:2e:47:6c (capab=0x1 status=12 aid=0)
wlan0: AP denied association (code=12)
wlan0: associate with AP 00:13:10:2e:47:6c
wlan0: RX AssocResp from 00:13:10:2e:47:6c (capab=0x1 status=12 aid=0)
wlan0: AP denied association (code=12)
wlan0: association with AP 00:13:10:2e:47:6c timed out
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.13
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO (Voice Link) ver 0.6
Bluetooth: SCO socket layer initialized
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bridge firewalling registered
wlan0: authenticate with AP 00:13:10:2e:47:6c
wlan0: authenticated
wlan0: associate with AP 00:13:10:2e:47:6c
wlan0: RX AssocResp from 00:13:10:2e:47:6c (capab=0x1 status=0 aid=5)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: no IPv6 routers present
fuse init (API version 7.11)
SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
CE: hpet increasing min_delta_ns to 22500 nsec
wlan0: no probe response from AP 00:13:10:2e:47:6c - disassociating
wlan0: authenticate with AP 00:13:10:2e:47:6c
wlan0: authenticate with AP 00:13:10:2e:47:6c
wlan0: authenticated
wlan0: associate with AP 00:13:10:2e:47:6c
wlan0: RX ReassocResp from 00:13:10:2e:47:6c (capab=0x1 status=0 aid=5)
wlan0: associated
(END)
I tried these instructions
http://ubuntuforums.org/showthread.php?t=316358
NO Luck
Code:
hcitool dev
Devices:
Code:
cd /proc/omnibook
bash: cd: /proc/omnibook: No such file or directory
something went wrong with the make and make install stuff.
HAS ANYONE HERE HAD LUCK GETTING BLUETOOTH ON TOSHIBA LAPTOP TO RUN ON F11+