Public bug reported: Binary package hint: linux-image-2.6.24-19-generic
[EMAIL PROTECTED]:~# lsb_release -rd Description: Ubuntu 8.04.1 Release: 8.04 I posted the following to the linux-thinkpad mailing list and Henrique de Moraes Holschuh told me to post here. here is my original posting: http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/2008-August/044458.html Here are the steps I've tried/what my stuff looks like. I've tried hitting Fn + F5 trying to toggle. I've tried hitting it a bunch of times incase its setup to toggle all the state of on/off for bluetooth and wireless. All this does is toggle wireless network on and off. The hardware switch on the front is set to the on position. /proc/acpi/ibm/bluetooth doesn't exist. I cannot echo enable to it. [EMAIL PROTECTED]:~# echo enable > /proc/acpi/ibm/bluetooth bash: /proc/acpi/ibm/bluetooth: No such file or directory [EMAIL PROTECTED]:~# ls -al /proc/acpi/ibm/ total 0 dr-xr-xr-x 2 root root 0 2008-08-01 14:41 . dr-xr-xr-x 12 root root 0 2008-08-01 13:22 .. -rw-r--r-- 1 root root 0 2008-08-01 14:41 beep -rw-r--r-- 1 root root 0 2008-08-01 14:41 cmos -rw-r--r-- 1 root root 0 2008-08-01 14:41 driver -rw-r--r-- 1 root root 0 2008-08-01 14:41 fan -rw-r--r-- 1 root root 0 2008-08-01 14:41 hotkey -rw-r--r-- 1 root root 0 2008-08-01 14:41 led -rw-r--r-- 1 root root 0 2008-08-01 14:41 light -rw-r--r-- 1 root root 0 2008-08-01 14:41 thermal -rw-r--r-- 1 root root 0 2008-08-01 14:41 video -rw-r--r-- 1 root root 0 2008-08-01 14:41 volume [EMAIL PROTECTED]:~# It appears to me the correct modules are loaded but: [EMAIL PROTECTED]:~# lsmod | grep bluetooth bluetooth 61156 4 rfcomm,l2cap [EMAIL PROTECTED]:~# lsmod | grep hci ehci_hcd 37900 0 uhci_hcd 27024 0 usbcore 146028 4 usbhid,ehci_hcd,uhci_hcd [EMAIL PROTECTED]:~# lsmod | grep acpi acpi_cpufreq 10796 2 freq_table 5536 3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand thinkpad_acpi 51836 0 nvram 9992 2 thinkpad_acpi pata_acpi 8320 0 libata 159344 3 ata_generic,ata_piix,pata_acpi processor 36872 4 acpi_cpufreq,thermal [EMAIL PROTECTED]:~# Bluetooth IS enabled in the BIOS. I am the administrator at a school with a laptop program so I have lots of spare machines to test with. I tossed my HDD in another laptop that bluetooth was working in windows in and it doesn't work on my linux drive. If I toss a windows HDD in my laptop bluetooth works. So it isn't dead hardware. hcitool and lsusb do not show a bluetooth device. [EMAIL PROTECTED]:~# hcitool dev Devices: [EMAIL PROTECTED]:~# lsusb Bus 005 Device 001: ID 0000:0000 Bus 004 Device 002: ID 0483:2016 SGS Thomson Microelectronics Fingerprint Reader Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 004: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical Bus 001 Device 001: ID 0000:0000 [EMAIL PROTECTED]:~# as per Henriques instructions I did the following [EMAIL PROTECTED]:~# rmmod thinkpad-acpi [EMAIL PROTECTED]:~# lsmod | grep thinkpad-acpi [EMAIL PROTECTED]:~# modprobe thinkpad-acpi debug=0xffff Then in /var/log/kern.log I found the following: Aug 1 17:39:37 joshm-laptop kernel: [ 528.383380] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle \_SB.PCI0.LPC.EC for ec Aug 1 17:39:37 joshm-laptop kernel: [ 528.383590] thinkpad_acpi: ibm_init: probing for driver Aug 1 17:39:37 joshm-laptop kernel: [ 528.383594] thinkpad_acpi: ThinkPad ACPI Extras v0.17 Aug 1 17:39:37 joshm-laptop kernel: [ 528.383597] thinkpad_acpi: http://ibm-acpi.sf.net/ Aug 1 17:39:37 joshm-laptop kernel: [ 528.383600] thinkpad_acpi: ThinkPad BIOS 79ETD7WW (2.17 ), EC 79HT50WW-1.07 Aug 1 17:39:37 joshm-laptop kernel: [ 528.383603] thinkpad_acpi: Lenovo ThinkPad T60 Aug 1 17:39:37 joshm-laptop kernel: [ 528.383606] thinkpad_acpi: ibm_init: driver installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.383610] thinkpad_acpi: ibm_init: probing for hotkey Aug 1 17:39:37 joshm-laptop kernel: [ 528.383620] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle HKEY for hkey Aug 1 17:39:37 joshm-laptop kernel: [ 528.386022] thinkpad_acpi: radio switch found; radios are enabled Aug 1 17:39:37 joshm-laptop kernel: [ 528.386046] thinkpad_acpi: hotkey_init: using Lenovo default hot key map Aug 1 17:39:37 joshm-laptop kernel: [ 528.386052] thinkpad_acpi: hotkey_init: enabling hot key handling Aug 1 17:39:37 joshm-laptop kernel: [ 528.390265] thinkpad_acpi: hotkey_init: legacy hot key reporting over procfs enabled Aug 1 17:39:37 joshm-laptop kernel: [ 528.390270] thinkpad_acpi: register_tpacpi_subdriver: registering hotkey as an ACPI driver Aug 1 17:39:37 joshm-laptop kernel: [ 528.390366] thinkpad_acpi: ibm_init: hotkey installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.390372] thinkpad_acpi: ibm_init: probing for bluetooth Aug 1 17:39:37 joshm-laptop kernel: [ 528.390383] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle HKEY for hkey Aug 1 17:39:37 joshm-laptop kernel: [ 528.390490] thinkpad_acpi: bluetooth_init: bluetooth hardware not installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.390498] thinkpad_acpi: ibm_init: probing for video Aug 1 17:39:37 joshm-laptop kernel: [ 528.390511] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle \_SB.PCI0.VID for vid Aug 1 17:39:37 joshm-laptop kernel: [ 528.390522] thinkpad_acpi: ibm_init: video installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.390527] thinkpad_acpi: ibm_init: probing for light Aug 1 17:39:37 joshm-laptop kernel: [ 528.390538] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle \UCMS for cmos Aug 1 17:39:37 joshm-laptop kernel: [ 528.390702] thinkpad_acpi: ibm_init: light installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.390707] thinkpad_acpi: ibm_init: probing for bay Aug 1 17:39:37 joshm-laptop kernel: [ 528.390718] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle \_SB.PCI0.SATA.SCND.MSTR for bay Aug 1 17:39:37 joshm-laptop kernel: [ 528.390724] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle _EJ0 for bay_ej Aug 1 17:39:37 joshm-laptop kernel: [ 528.391086] thinkpad_acpi: another device driver is already handling bay events Aug 1 17:39:37 joshm-laptop kernel: [ 528.391090] thinkpad_acpi: disabling subdriver bay Aug 1 17:39:37 joshm-laptop kernel: [ 528.391095] thinkpad_acpi: ibm_init: bay: at error exit path with result 0 Aug 1 17:39:37 joshm-laptop kernel: [ 528.391100] thinkpad_acpi: ibm_exit: removing bay Aug 1 17:39:37 joshm-laptop kernel: [ 528.391105] thinkpad_acpi: ibm_exit: finished removing bay Aug 1 17:39:37 joshm-laptop kernel: [ 528.391110] thinkpad_acpi: ibm_init: probing for cmos Aug 1 17:39:37 joshm-laptop kernel: [ 528.391116] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle \UCMS for cmos Aug 1 17:39:37 joshm-laptop kernel: [ 528.391125] thinkpad_acpi: ibm_init: cmos installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.391130] thinkpad_acpi: ibm_init: probing for led Aug 1 17:39:37 joshm-laptop kernel: [ 528.391140] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle LED for led Aug 1 17:39:37 joshm-laptop kernel: [ 528.391144] thinkpad_acpi: ibm_init: led installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.391149] thinkpad_acpi: ibm_init: probing for beep Aug 1 17:39:37 joshm-laptop kernel: [ 528.391155] thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle BEEP for beep Aug 1 17:39:37 joshm-laptop kernel: [ 528.391160] thinkpad_acpi: ibm_init: beep installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.391165] thinkpad_acpi: ibm_init: probing for thermal Aug 1 17:39:37 joshm-laptop kernel: [ 528.393301] thinkpad_acpi: ibm_init: thermal installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.393308] thinkpad_acpi: ibm_init: probing for brightness Aug 1 17:39:37 joshm-laptop kernel: [ 528.393322] thinkpad_acpi: standard ACPI backlight interface available, not loading native one... Aug 1 17:39:37 joshm-laptop kernel: [ 528.393329] thinkpad_acpi: ibm_init: probing for volume Aug 1 17:39:37 joshm-laptop kernel: [ 528.393333] thinkpad_acpi: ibm_init: volume installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.393338] thinkpad_acpi: ibm_init: probing for fan Aug 1 17:39:37 joshm-laptop kernel: [ 528.393467] thinkpad_acpi: fan_init: fan control features disabled by parameter Aug 1 17:39:37 joshm-laptop kernel: [ 528.393591] thinkpad_acpi: ibm_init: fan installed Aug 1 17:39:37 joshm-laptop kernel: [ 528.393685] input: ThinkPad Extra Buttons as /devices/virtual/input/input12 ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- Thinkpad T60 2007-CTO bluetooth not working https://bugs.launchpad.net/bugs/254118 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
