All of lore.kernel.org
 help / color / mirror / Atom feed
* rfkill on T61
@ 2009-06-11 22:59 Luis R. Rodriguez
  2009-06-11 23:32 ` Marcel Holtmann
  0 siblings, 1 reply; 10+ messages in thread
From: Luis R. Rodriguez @ 2009-06-11 22:59 UTC (permalink / raw)
  To: linux-wireless

When I hit rfkill, I get:

[18493.777231] btusb_intr_complete: hci0 urb cbe20000 failed to resubmit (19)
[18493.777553] btusb_send_frame: hci0 urb f7d3c700 submission failed

When I hit it again I get:

[18531.488091] usb 1-1: new full speed USB device using uhci_hcd and address 7
[18531.651409] usb 1-1: configuration #1 chosen from 1 choice

The device that disappears upon rfkill is my bluetooth controller:

mcgrof@tesla ~ $ diff -u before-rfkill after-rfkill
--- 1   2009-06-11 15:37:37.000000000 -0700
+++ 2   2009-06-11 15:37:49.000000000 -0700
@@ -6,7 +6,6 @@
 Bus 003 Device 004: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
 Bus 003 Device 003: ID 04b3:4485 IBM Corp.
 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-Bus 001 Device 006: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
 Bus 001 Device 004: ID 0483:2016 SGS Thomson Microelectronics
Fingerprint Reader
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Granted I tested this on 2.6.27 with bleeding edge compat-wireless but
I think this is the same behaviour I will get with bleeding edge, will
try now on wireless-testing.

  Luis

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-11 22:59 rfkill on T61 Luis R. Rodriguez
@ 2009-06-11 23:32 ` Marcel Holtmann
  2009-06-11 23:59   ` Luis R. Rodriguez
  0 siblings, 1 reply; 10+ messages in thread
From: Marcel Holtmann @ 2009-06-11 23:32 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

Hi Luis,

> When I hit rfkill, I get:
> 
> [18493.777231] btusb_intr_complete: hci0 urb cbe20000 failed to resubmit (19)
> [18493.777553] btusb_send_frame: hci0 urb f7d3c700 submission failed
> 
> When I hit it again I get:
> 
> [18531.488091] usb 1-1: new full speed USB device using uhci_hcd and address 7
> [18531.651409] usb 1-1: configuration #1 chosen from 1 choice
> 
> The device that disappears upon rfkill is my bluetooth controller:
> 
> mcgrof@tesla ~ $ diff -u before-rfkill after-rfkill
> --- 1   2009-06-11 15:37:37.000000000 -0700
> +++ 2   2009-06-11 15:37:49.000000000 -0700
> @@ -6,7 +6,6 @@
>  Bus 003 Device 004: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
>  Bus 003 Device 003: ID 04b3:4485 IBM Corp.
>  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> -Bus 001 Device 006: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
>  Bus 001 Device 004: ID 0483:2016 SGS Thomson Microelectronics
> Fingerprint Reader
>  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> 
> Granted I tested this on 2.6.27 with bleeding edge compat-wireless but
> I think this is the same behaviour I will get with bleeding edge, will
> try now on wireless-testing.

what are you trying to tell us. This is what happens with the Bluetooth
devices and the platform RFKILL switch. ACPI takes them off the USB bus.

Regards

Marcel



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-11 23:32 ` Marcel Holtmann
@ 2009-06-11 23:59   ` Luis R. Rodriguez
  2009-06-12  0:06     ` Marcel Holtmann
  0 siblings, 1 reply; 10+ messages in thread
From: Luis R. Rodriguez @ 2009-06-11 23:59 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-wireless

On Thu, Jun 11, 2009 at 4:32 PM, Marcel Holtmann<marcel@holtmann.org> wrote:
> Hi Luis,
>
>> When I hit rfkill, I get:
>>
>> [18493.777231] btusb_intr_complete: hci0 urb cbe20000 failed to resubmit (19)
>> [18493.777553] btusb_send_frame: hci0 urb f7d3c700 submission failed
>>
>> When I hit it again I get:
>>
>> [18531.488091] usb 1-1: new full speed USB device using uhci_hcd and address 7
>> [18531.651409] usb 1-1: configuration #1 chosen from 1 choice
>>
>> The device that disappears upon rfkill is my bluetooth controller:
>>
>> mcgrof@tesla ~ $ diff -u before-rfkill after-rfkill
>> --- 1   2009-06-11 15:37:37.000000000 -0700
>> +++ 2   2009-06-11 15:37:49.000000000 -0700
>> @@ -6,7 +6,6 @@
>>  Bus 003 Device 004: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
>>  Bus 003 Device 003: ID 04b3:4485 IBM Corp.
>>  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>> -Bus 001 Device 006: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
>>  Bus 001 Device 004: ID 0483:2016 SGS Thomson Microelectronics
>> Fingerprint Reader
>>  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>
>> Granted I tested this on 2.6.27 with bleeding edge compat-wireless but
>> I think this is the same behaviour I will get with bleeding edge, will
>> try now on wireless-testing.
>
> what are you trying to tell us.

my 802.11 device is not rfkill'ed on the T61, some patches recently
went in to add support for rfkill on ath5k. I do have thinkpad_acpi
loaded on this ancient 2.6.27 kernel.

I'll try on wireless-testing next, build is almost done.

> This is what happens with the Bluetooth
> devices and the platform RFKILL switch. ACPI takes them off the USB bus.

Thanks.

  Luis

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-11 23:59   ` Luis R. Rodriguez
@ 2009-06-12  0:06     ` Marcel Holtmann
  2009-06-12  0:13       ` Luis R. Rodriguez
  0 siblings, 1 reply; 10+ messages in thread
From: Marcel Holtmann @ 2009-06-12  0:06 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

Hi Luis,

> >> When I hit rfkill, I get:
> >>
> >> [18493.777231] btusb_intr_complete: hci0 urb cbe20000 failed to resubmit (19)
> >> [18493.777553] btusb_send_frame: hci0 urb f7d3c700 submission failed
> >>
> >> When I hit it again I get:
> >>
> >> [18531.488091] usb 1-1: new full speed USB device using uhci_hcd and address 7
> >> [18531.651409] usb 1-1: configuration #1 chosen from 1 choice
> >>
> >> The device that disappears upon rfkill is my bluetooth controller:
> >>
> >> mcgrof@tesla ~ $ diff -u before-rfkill after-rfkill
> >> --- 1   2009-06-11 15:37:37.000000000 -0700
> >> +++ 2   2009-06-11 15:37:49.000000000 -0700
> >> @@ -6,7 +6,6 @@
> >>  Bus 003 Device 004: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
> >>  Bus 003 Device 003: ID 04b3:4485 IBM Corp.
> >>  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> >> -Bus 001 Device 006: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
> >>  Bus 001 Device 004: ID 0483:2016 SGS Thomson Microelectronics
> >> Fingerprint Reader
> >>  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> >>  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> >>
> >> Granted I tested this on 2.6.27 with bleeding edge compat-wireless but
> >> I think this is the same behaviour I will get with bleeding edge, will
> >> try now on wireless-testing.
> >
> > what are you trying to tell us.
> 
> my 802.11 device is not rfkill'ed on the T61, some patches recently
> went in to add support for rfkill on ath5k. I do have thinkpad_acpi
> loaded on this ancient 2.6.27 kernel.
> 
> I'll try on wireless-testing next, build is almost done.

still are not getting what you wanna tell us. What has Bluetooh RFKILL
switch to do with WiFi. With an updated mac80211/cfg80211 the soft kill
should work for every mac80211 based driver. Works for me with iwlwifi
in my X200.

Regards

Marcel



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-12  0:06     ` Marcel Holtmann
@ 2009-06-12  0:13       ` Luis R. Rodriguez
  2009-06-12  0:20         ` Luis R. Rodriguez
  0 siblings, 1 reply; 10+ messages in thread
From: Luis R. Rodriguez @ 2009-06-12  0:13 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-wireless

On Thu, Jun 11, 2009 at 5:06 PM, Marcel Holtmann<marcel@holtmann.org> wrote:
> Hi Luis,
>
>> >> When I hit rfkill, I get:
>> >>
>> >> [18493.777231] btusb_intr_complete: hci0 urb cbe20000 failed to resubmit (19)
>> >> [18493.777553] btusb_send_frame: hci0 urb f7d3c700 submission failed
>> >>
>> >> When I hit it again I get:
>> >>
>> >> [18531.488091] usb 1-1: new full speed USB device using uhci_hcd and address 7
>> >> [18531.651409] usb 1-1: configuration #1 chosen from 1 choice
>> >>
>> >> The device that disappears upon rfkill is my bluetooth controller:
>> >>
>> >> mcgrof@tesla ~ $ diff -u before-rfkill after-rfkill
>> >> --- 1   2009-06-11 15:37:37.000000000 -0700
>> >> +++ 2   2009-06-11 15:37:49.000000000 -0700
>> >> @@ -6,7 +6,6 @@
>> >>  Bus 003 Device 004: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
>> >>  Bus 003 Device 003: ID 04b3:4485 IBM Corp.
>> >>  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>> >> -Bus 001 Device 006: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
>> >>  Bus 001 Device 004: ID 0483:2016 SGS Thomson Microelectronics
>> >> Fingerprint Reader
>> >>  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> >>  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> >>
>> >> Granted I tested this on 2.6.27 with bleeding edge compat-wireless but
>> >> I think this is the same behaviour I will get with bleeding edge, will
>> >> try now on wireless-testing.
>> >
>> > what are you trying to tell us.
>>
>> my 802.11 device is not rfkill'ed on the T61, some patches recently
>> went in to add support for rfkill on ath5k. I do have thinkpad_acpi
>> loaded on this ancient 2.6.27 kernel.
>>
>> I'll try on wireless-testing next, build is almost done.
>
> still are not getting what you wanna tell us. What has Bluetooh RFKILL
> switch to do with WiFi.

Nothing, I really was just unaware we rfkilled bluetooth as well. Plus
like I said my 802.11 device is not being rfkilled, which is what I
actually did expect.

> With an updated mac80211/cfg80211 the soft kill
> should work for every mac80211 based driver. Works for me with iwlwifi
> in my X200.

I see, thanks, not sure what soft rfkill is so will go read the docs.

  Luis

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-12  0:13       ` Luis R. Rodriguez
@ 2009-06-12  0:20         ` Luis R. Rodriguez
  2009-06-12  0:22           ` Luis R. Rodriguez
  0 siblings, 1 reply; 10+ messages in thread
From: Luis R. Rodriguez @ 2009-06-12  0:20 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-wireless

On Thu, Jun 11, 2009 at 5:13 PM, Luis R. Rodriguez<mcgrof@gmail.com> wrote:
> On Thu, Jun 11, 2009 at 5:06 PM, Marcel Holtmann<marcel@holtmann.org> wrote:
>> Hi Luis,
>>
>>> >> When I hit rfkill, I get:
>>> >>
>>> >> [18493.777231] btusb_intr_complete: hci0 urb cbe20000 failed to resubmit (19)
>>> >> [18493.777553] btusb_send_frame: hci0 urb f7d3c700 submission failed
>>> >>
>>> >> When I hit it again I get:
>>> >>
>>> >> [18531.488091] usb 1-1: new full speed USB device using uhci_hcd and address 7
>>> >> [18531.651409] usb 1-1: configuration #1 chosen from 1 choice
>>> >>
>>> >> The device that disappears upon rfkill is my bluetooth controller:
>>> >>
>>> >> mcgrof@tesla ~ $ diff -u before-rfkill after-rfkill
>>> >> --- 1   2009-06-11 15:37:37.000000000 -0700
>>> >> +++ 2   2009-06-11 15:37:49.000000000 -0700
>>> >> @@ -6,7 +6,6 @@
>>> >>  Bus 003 Device 004: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
>>> >>  Bus 003 Device 003: ID 04b3:4485 IBM Corp.
>>> >>  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>>> >> -Bus 001 Device 006: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
>>> >>  Bus 001 Device 004: ID 0483:2016 SGS Thomson Microelectronics
>>> >> Fingerprint Reader
>>> >>  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>> >>  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>> >>
>>> >> Granted I tested this on 2.6.27 with bleeding edge compat-wireless but
>>> >> I think this is the same behaviour I will get with bleeding edge, will
>>> >> try now on wireless-testing.
>>> >
>>> > what are you trying to tell us.
>>>
>>> my 802.11 device is not rfkill'ed on the T61, some patches recently
>>> went in to add support for rfkill on ath5k. I do have thinkpad_acpi
>>> loaded on this ancient 2.6.27 kernel.
>>>
>>> I'll try on wireless-testing next, build is almost done.
>>
>> still are not getting what you wanna tell us. What has Bluetooh RFKILL
>> switch to do with WiFi.
>
> Nothing, I really was just unaware we rfkilled bluetooth as well. Plus
> like I said my 802.11 device is not being rfkilled, which is what I
> actually did expect.

Yeah same thing with wireless-testing.

  Luis

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-12  0:20         ` Luis R. Rodriguez
@ 2009-06-12  0:22           ` Luis R. Rodriguez
  2009-06-12  1:27             ` William Keaney
  0 siblings, 1 reply; 10+ messages in thread
From: Luis R. Rodriguez @ 2009-06-12  0:22 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-wireless

On Thu, Jun 11, 2009 at 5:20 PM, Luis R. Rodriguez<mcgrof@gmail.com> wrote:
> On Thu, Jun 11, 2009 at 5:13 PM, Luis R. Rodriguez<mcgrof@gmail.com> wrote:
>> On Thu, Jun 11, 2009 at 5:06 PM, Marcel Holtmann<marcel@holtmann.org> wrote:
>>> Hi Luis,
>>>
>>>> >> When I hit rfkill, I get:
>>>> >>
>>>> >> [18493.777231] btusb_intr_complete: hci0 urb cbe20000 failed to resubmit (19)
>>>> >> [18493.777553] btusb_send_frame: hci0 urb f7d3c700 submission failed
>>>> >>
>>>> >> When I hit it again I get:
>>>> >>
>>>> >> [18531.488091] usb 1-1: new full speed USB device using uhci_hcd and address 7
>>>> >> [18531.651409] usb 1-1: configuration #1 chosen from 1 choice
>>>> >>
>>>> >> The device that disappears upon rfkill is my bluetooth controller:
>>>> >>
>>>> >> mcgrof@tesla ~ $ diff -u before-rfkill after-rfkill
>>>> >> --- 1   2009-06-11 15:37:37.000000000 -0700
>>>> >> +++ 2   2009-06-11 15:37:49.000000000 -0700
>>>> >> @@ -6,7 +6,6 @@
>>>> >>  Bus 003 Device 004: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
>>>> >>  Bus 003 Device 003: ID 04b3:4485 IBM Corp.
>>>> >>  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>>>> >> -Bus 001 Device 006: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
>>>> >>  Bus 001 Device 004: ID 0483:2016 SGS Thomson Microelectronics
>>>> >> Fingerprint Reader
>>>> >>  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>> >>  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>> >>
>>>> >> Granted I tested this on 2.6.27 with bleeding edge compat-wireless but
>>>> >> I think this is the same behaviour I will get with bleeding edge, will
>>>> >> try now on wireless-testing.
>>>> >
>>>> > what are you trying to tell us.
>>>>
>>>> my 802.11 device is not rfkill'ed on the T61, some patches recently
>>>> went in to add support for rfkill on ath5k. I do have thinkpad_acpi
>>>> loaded on this ancient 2.6.27 kernel.
>>>>
>>>> I'll try on wireless-testing next, build is almost done.
>>>
>>> still are not getting what you wanna tell us. What has Bluetooh RFKILL
>>> switch to do with WiFi.
>>
>> Nothing, I really was just unaware we rfkilled bluetooth as well. Plus
>> like I said my 802.11 device is not being rfkilled, which is what I
>> actually did expect.
>
> Yeah same thing with wireless-testing.

Heh nevermind me, the 802.11 rfkill button is in a different place. Doh!

  Luis

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-12  0:22           ` Luis R. Rodriguez
@ 2009-06-12  1:27             ` William Keaney
  2009-06-12  7:51               ` Luis R. Rodriguez
  0 siblings, 1 reply; 10+ messages in thread
From: William Keaney @ 2009-06-12  1:27 UTC (permalink / raw)
  To: Linux Wireless

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

On Thursday 11 June 2009 20:22:54 Luis R. Rodriguez wrote:
<--snip-->
> Heh nevermind me, the 802.11 rfkill button is in a different place. Doh!

Is it? I have a T61p, which seems to have 2 switches - one master on the front 
left side, which slides left and right; and one that toggles Bluetooth only, 
with a combination of Fn + F5.  The Bluetooth toggle doesn't do anything 
unless the main switch has been turned on.  I don't see an independent rfkill 
switch for the 802.11.

Will Keaney

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-12  1:27             ` William Keaney
@ 2009-06-12  7:51               ` Luis R. Rodriguez
  2009-06-12 13:11                 ` Gábor Stefanik
  0 siblings, 1 reply; 10+ messages in thread
From: Luis R. Rodriguez @ 2009-06-12  7:51 UTC (permalink / raw)
  To: William Keaney; +Cc: Linux Wireless

On Thu, Jun 11, 2009 at 6:27 PM, William Keaney<keaneyw@gmail.com> wrote:
> On Thursday 11 June 2009 20:22:54 Luis R. Rodriguez wrote:
> <--snip-->
>> Heh nevermind me, the 802.11 rfkill button is in a different place. Doh!
>
> Is it? I have a T61p, which seems to have 2 switches - one master on the front
> left side, which slides left and right; and one that toggles Bluetooth only,
> with a combination of Fn + F5.  The Bluetooth toggle doesn't do anything
> unless the main switch has been turned on.

Not for me, the switch in front of the laptop kills 802.11 and only
802.11. The Fn + F5 key kills bluetooth.

> I don't see an independent rfkill
> switch for the 802.11.

Strange, thinkpadisms I guess.

  Luis

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rfkill on T61
  2009-06-12  7:51               ` Luis R. Rodriguez
@ 2009-06-12 13:11                 ` Gábor Stefanik
  0 siblings, 0 replies; 10+ messages in thread
From: Gábor Stefanik @ 2009-06-12 13:11 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: William Keaney, Linux Wireless

On Fri, Jun 12, 2009 at 9:51 AM, Luis R. Rodriguez<mcgrof@gmail.com> wrote:
> On Thu, Jun 11, 2009 at 6:27 PM, William Keaney<keaneyw@gmail.com> wrote:
>> On Thursday 11 June 2009 20:22:54 Luis R. Rodriguez wrote:
>> <--snip-->
>>> Heh nevermind me, the 802.11 rfkill button is in a different place. Doh!
>>
>> Is it? I have a T61p, which seems to have 2 switches - one master on the front
>> left side, which slides left and right; and one that toggles Bluetooth only,
>> with a combination of Fn + F5.  The Bluetooth toggle doesn't do anything
>> unless the main switch has been turned on.
>
> Not for me, the switch in front of the laptop kills 802.11 and only
> 802.11. The Fn + F5 key kills bluetooth.
>
>> I don't see an independent rfkill
>> switch for the 802.11.
>
> Strange, thinkpadisms I guess.
>
>  Luis

I'm tempted to say StinkPad.

-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-12 13:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 22:59 rfkill on T61 Luis R. Rodriguez
2009-06-11 23:32 ` Marcel Holtmann
2009-06-11 23:59   ` Luis R. Rodriguez
2009-06-12  0:06     ` Marcel Holtmann
2009-06-12  0:13       ` Luis R. Rodriguez
2009-06-12  0:20         ` Luis R. Rodriguez
2009-06-12  0:22           ` Luis R. Rodriguez
2009-06-12  1:27             ` William Keaney
2009-06-12  7:51               ` Luis R. Rodriguez
2009-06-12 13:11                 ` Gábor Stefanik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.