Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-08-18 Thread Andrey Borzenkov
On Monday 13 August 2007, Bjorn Helgaas wrote: > On Saturday 11 August 2007 12:39:35 pm Andrey Borzenkov wrote: > > This stopped working again in 2.6.23-rc. In 2.6.22 we decided to disable > > PnP by default; it is apparently enabled now and fails to activte IrDA > > completely. So it moves to

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-08-18 Thread Andrey Borzenkov
On Monday 13 August 2007, Bjorn Helgaas wrote: On Saturday 11 August 2007 12:39:35 pm Andrey Borzenkov wrote: This stopped working again in 2.6.23-rc. In 2.6.22 we decided to disable PnP by default; it is apparently enabled now and fails to activte IrDA completely. So it moves to

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-08-13 Thread Peter Stuge
On Mon, Aug 13, 2007 at 10:09:46AM -0600, Bjorn Helgaas wrote: > > [ 2207.986873] smsc_ircc_present: can't get sir_base of 0x2e8 > > As of 2.6.23-rc2, we should have: > - probes for 8250 legacy devices (as in 2.6.21 and previous) > - smsc PNP probes turned off by default (2.6.21 and previous

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-08-13 Thread Bjorn Helgaas
On Saturday 11 August 2007 12:39:35 pm Andrey Borzenkov wrote: > This stopped working again in 2.6.23-rc. In 2.6.22 we decided to disable PnP > by default; it is apparently enabled now and fails to activte IrDA > completely. So it moves to post-2.6.22 regressions :) > > let me know which

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-08-13 Thread Bjorn Helgaas
On Saturday 11 August 2007 12:39:35 pm Andrey Borzenkov wrote: This stopped working again in 2.6.23-rc. In 2.6.22 we decided to disable PnP by default; it is apparently enabled now and fails to activte IrDA completely. So it moves to post-2.6.22 regressions :) let me know which information

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-08-13 Thread Peter Stuge
On Mon, Aug 13, 2007 at 10:09:46AM -0600, Bjorn Helgaas wrote: [ 2207.986873] smsc_ircc_present: can't get sir_base of 0x2e8 As of 2.6.23-rc2, we should have: - probes for 8250 legacy devices (as in 2.6.21 and previous) - smsc PNP probes turned off by default (2.6.21 and previous had

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-08-11 Thread Andrey Borzenkov
On Saturday 30 June 2007, Bjorn Helgaas wrote: > On Saturday 30 June 2007 01:16:18 am Andrey Borzenkov wrote: > > > This patch fixes the 2.6.22 regression: > > > "no irda0 interface (2.6.21 was OK), smsc does not find chip" > > > > does not work, sorry. > > Sigh ;-) Thanks for your patience

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-08-11 Thread Andrey Borzenkov
On Saturday 30 June 2007, Bjorn Helgaas wrote: On Saturday 30 June 2007 01:16:18 am Andrey Borzenkov wrote: This patch fixes the 2.6.22 regression: no irda0 interface (2.6.21 was OK), smsc does not find chip does not work, sorry. Sigh ;-) Thanks for your patience in dealing with

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-07-01 Thread Bjorn Helgaas
Andrew, can you apply the patch below for 2.6.22? It reverts smsc-ircc2 to the old blind probing behavior. There's a lot of infrastructure work I need to do before the PNP probe will be reliable. Thanks, Bjorn On Sunday 01 July 2007 01:08:16 am Andrey Borzenkov wrote: > Bjorn Helgaas wrote:

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-07-01 Thread Andrey Borzenkov
Bjorn Helgaas wrote: [...] > > I suspect that things will mostly work if you load the drivers in > the (smsc-ircc2, wlags49_h1_cs) order. yes > Then smsc-ircc2 has a chance > to reserve the resources before yenta and wlags49 get involved. But > of course, we can't rely on that workaround. >

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-07-01 Thread Andrey Borzenkov
Bjorn Helgaas wrote: [...] I suspect that things will mostly work if you load the drivers in the (smsc-ircc2, wlags49_h1_cs) order. yes Then smsc-ircc2 has a chance to reserve the resources before yenta and wlags49 get involved. But of course, we can't rely on that workaround. yes

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-07-01 Thread Bjorn Helgaas
Andrew, can you apply the patch below for 2.6.22? It reverts smsc-ircc2 to the old blind probing behavior. There's a lot of infrastructure work I need to do before the PNP probe will be reliable. Thanks, Bjorn On Sunday 01 July 2007 01:08:16 am Andrey Borzenkov wrote: Bjorn Helgaas wrote:

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Bjorn Helgaas
On Saturday 30 June 2007 03:13:24 pm Andrey Borzenkov wrote: > After some digging, it works now :) So the story: > > PCMCIA includes code for checking for free IO range(s) > code is active only if CONFIG_ISA is defined > CONFIG_ISA has this excellent help text: > Find out whether you

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Michal Piotrowski
Michal Piotrowski pisze: > Hi, > > Bjorn Helgaas pisze: >> [patch] PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues >> >> When we enable the SMCf010 IR device, the Toshiba Portege 4000 BIOS claims >> the device is working, but it really isn't configured correctly. The BIOS >>

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Michal Piotrowski
Hi, Bjorn Helgaas pisze: > [patch] PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues > > When we enable the SMCf010 IR device, the Toshiba Portege 4000 BIOS claims > the device is working, but it really isn't configured correctly. The BIOS > *will* configure it, but only if we

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Andrey Borzenkov
On Saturday 30 June 2007, Andrey Borzenkov wrote: > On Saturday 30 June 2007, Bjorn Helgaas wrote: > > This means that the SMCf010 device *did* respond, I think at the > > FIR address 0x100. (I can't figure out the "right" way to print > > those resource_size_t things, so I added some casts in

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Andrey Borzenkov
On Saturday 30 June 2007, Bjorn Helgaas wrote: > This means that the SMCf010 device *did* respond, I think at the > FIR address 0x100. (I can't figure out the "right" way to print > those resource_size_t things, so I added some casts in the appended > patch.) > Those can be 64 bit if

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Bjorn Helgaas
On Saturday 30 June 2007 01:16:18 am Andrey Borzenkov wrote: > > This patch fixes the 2.6.22 regression: > > "no irda0 interface (2.6.21 was OK), smsc does not find chip" > > does not work, sorry. Sigh ;-) Thanks for your patience in dealing with this. > [ 958.125710] 00:0a: SMCf010 not

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Andrey Borzenkov
On Saturday 30 June 2007, Bjorn Helgaas wrote: > [patch] PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues > > When we enable the SMCf010 IR device, the Toshiba Portege 4000 BIOS claims > the device is working, but it really isn't configured correctly. The BIOS > *will* configure

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Andrey Borzenkov
On Saturday 30 June 2007, Bjorn Helgaas wrote: [patch] PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues When we enable the SMCf010 IR device, the Toshiba Portege 4000 BIOS claims the device is working, but it really isn't configured correctly. The BIOS *will* configure it, but

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Bjorn Helgaas
On Saturday 30 June 2007 01:16:18 am Andrey Borzenkov wrote: This patch fixes the 2.6.22 regression: no irda0 interface (2.6.21 was OK), smsc does not find chip does not work, sorry. Sigh ;-) Thanks for your patience in dealing with this. [ 958.125710] 00:0a: SMCf010 not

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Andrey Borzenkov
On Saturday 30 June 2007, Bjorn Helgaas wrote: This means that the SMCf010 device *did* respond, I think at the FIR address 0x100. (I can't figure out the right way to print those resource_size_t things, so I added some casts in the appended patch.) Those can be 64 bit if

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Andrey Borzenkov
On Saturday 30 June 2007, Andrey Borzenkov wrote: On Saturday 30 June 2007, Bjorn Helgaas wrote: This means that the SMCf010 device *did* respond, I think at the FIR address 0x100. (I can't figure out the right way to print those resource_size_t things, so I added some casts in the

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Michal Piotrowski
Hi, Bjorn Helgaas pisze: [patch] PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues When we enable the SMCf010 IR device, the Toshiba Portege 4000 BIOS claims the device is working, but it really isn't configured correctly. The BIOS *will* configure it, but only if we call

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Michal Piotrowski
Michal Piotrowski pisze: Hi, Bjorn Helgaas pisze: [patch] PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues When we enable the SMCf010 IR device, the Toshiba Portege 4000 BIOS claims the device is working, but it really isn't configured correctly. The BIOS *will* configure

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-30 Thread Bjorn Helgaas
On Saturday 30 June 2007 03:13:24 pm Andrey Borzenkov wrote: After some digging, it works now :) So the story: PCMCIA includes code for checking for free IO range(s) code is active only if CONFIG_ISA is defined CONFIG_ISA has this excellent help text: Find out whether you have ISA

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-29 Thread Bjorn Helgaas
[patch] PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues When we enable the SMCf010 IR device, the Toshiba Portege 4000 BIOS claims the device is working, but it really isn't configured correctly. The BIOS *will* configure it, but only if we call _SRS after (1) reversing the order

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-29 Thread Bjorn Helgaas
[patch] PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues When we enable the SMCf010 IR device, the Toshiba Portege 4000 BIOS claims the device is working, but it really isn't configured correctly. The BIOS *will* configure it, but only if we call _SRS after (1) reversing the order

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-27 Thread Bjorn Helgaas
Andrey, Can you try the following patch? It applies on top of the previous two patches, and it is enough to make the driver find the device on my Portege 4000. Unfortunately, I can't tell whether it really works because I don't have a clue about how to make two IR devices talk to each other.

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-27 Thread Bjorn Helgaas
Andrey, Can you try the following patch? It applies on top of the previous two patches, and it is enough to make the driver find the device on my Portege 4000. Unfortunately, I can't tell whether it really works because I don't have a clue about how to make two IR devices talk to each other.

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-19 Thread Bjorn Helgaas
On Saturday 16 June 2007 10:38:56 am Andrey Borzenkov wrote: > it appears that quirk is not even applied because PnP tells us device is not > active: > > [ 571.118483] pnp: PnP ACPI init > [ 571.118611] ACPI: bus type pnp registered > [ 571.158828] quirk_smc_enable: active = 0 > [

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-19 Thread Bjorn Helgaas
On Saturday 16 June 2007 10:38:56 am Andrey Borzenkov wrote: it appears that quirk is not even applied because PnP tells us device is not active: [ 571.118483] pnp: PnP ACPI init [ 571.118611] ACPI: bus type pnp registered [ 571.158828] quirk_smc_enable: active = 0 [ 571.182090] pnp:

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-16 Thread Andrey Borzenkov
On Friday 15 June 2007, Bjorn Helgaas wrote: > On Friday 15 June 2007 07:44:41 am Andrey Borzenkov wrote: > > On Friday 15 June 2007, Bjorn Helgaas wrote: > > > Hi Andrey, > > > > > > If you have a chance, can you try the attached two patches? The > > > smsc-preconfig patch makes the HP nx5000

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-16 Thread Andrey Borzenkov
On Friday 15 June 2007, Bjorn Helgaas wrote: On Friday 15 June 2007 07:44:41 am Andrey Borzenkov wrote: On Friday 15 June 2007, Bjorn Helgaas wrote: Hi Andrey, If you have a chance, can you try the attached two patches? The smsc-preconfig patch makes the HP nx5000 work, and the

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-15 Thread Bjorn Helgaas
On Friday 15 June 2007 07:44:41 am Andrey Borzenkov wrote: > On Friday 15 June 2007, Bjorn Helgaas wrote: > > Hi Andrey, > > > > If you have a chance, can you try the attached two patches? The > > smsc-preconfig patch makes the HP nx5000 work, and the smsc-quirk > > patch makes the nw8000/nc8000

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-15 Thread Andrey Borzenkov
On Friday 15 June 2007, Bjorn Helgaas wrote: > Hi Andrey, > > If you have a chance, can you try the attached two patches? The > smsc-preconfig patch makes the HP nx5000 work, and the smsc-quirk > patch makes the nw8000/nc8000 work, too. > > I've heard rumors that Windows does basically the same

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-15 Thread Andrey Borzenkov
On Friday 15 June 2007, Bjorn Helgaas wrote: Hi Andrey, If you have a chance, can you try the attached two patches? The smsc-preconfig patch makes the HP nx5000 work, and the smsc-quirk patch makes the nw8000/nc8000 work, too. I've heard rumors that Windows does basically the same thing as

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-15 Thread Bjorn Helgaas
On Friday 15 June 2007 07:44:41 am Andrey Borzenkov wrote: On Friday 15 June 2007, Bjorn Helgaas wrote: Hi Andrey, If you have a chance, can you try the attached two patches? The smsc-preconfig patch makes the HP nx5000 work, and the smsc-quirk patch makes the nw8000/nc8000 work, too.

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-14 Thread Bjorn Helgaas
Hi Andrey, If you have a chance, can you try the attached two patches? The smsc-preconfig patch makes the HP nx5000 work, and the smsc-quirk patch makes the nw8000/nc8000 work, too. I've heard rumors that Windows does basically the same thing as the smsc-quirk patch, so I think there's a chance

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-14 Thread Bjorn Helgaas
Hi Andrey, If you have a chance, can you try the attached two patches? The smsc-preconfig patch makes the HP nx5000 work, and the smsc-quirk patch makes the nw8000/nc8000 work, too. I've heard rumors that Windows does basically the same thing as the smsc-quirk patch, so I think there's a chance

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-11 Thread Andrey Borzenkov
On Monday 11 June 2007, Bjorn Helgaas wrote: > > {pts/1}% lspnp -vv 00:0a > > 00:0a SMCf010 SMC Fast Infrared Port > > state = active > > allocated resources: > > io 0x100-0x107 > > ... > > > > {pts/1}% cat /proc/ioports > > ... > > 0100-013f : pcmcia_socket0 > > ... > > > >

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-11 Thread Andrey Borzenkov
On Monday 11 June 2007, Bjorn Helgaas wrote: {pts/1}% lspnp -vv 00:0a 00:0a SMCf010 SMC Fast Infrared Port state = active allocated resources: io 0x100-0x107 ... {pts/1}% cat /proc/ioports ... 0100-013f : pcmcia_socket0 ... {pts/1}% sudo cat

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-10 Thread Bjorn Helgaas
On Sunday 10 June 2007 12:47:07 am Andrey Borzenkov wrote: > > Maybe we should also run the legacy probe when the PnP one fails. I > > don't know how the preconfiguration stuff will behave with the device > > being PnP enabled, but with your patch Andrey will still need to > > modprobe smsc-ircc

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-10 Thread Bjorn Helgaas
On Sunday 10 June 2007 02:03:03 am Andrey Borzenkov wrote: > > Can you set CONFIG_ACPI_DEBUG=y, make it so smsc-ircc2 isn't loaded > > automatically, and try this (along with my previous patch to swap > > FIR and SIR): > > > > # dmesg -n 8 > > # echo 0x200 >

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-10 Thread Andrey Borzenkov
On Thursday 07 June 2007, Bjorn Helgaas wrote: > On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: > > I am beginning to doubt whether drier > > works on my system at all (i.e. before PnP change); have to find time to > > test. > > In 2.6.21, smsc-ircc2 at least found the device. So

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-10 Thread Andrey Borzenkov
On Friday 08 June 2007, Samuel Ortiz wrote: > Hi Bjorn, > > On 6/7/2007, "Bjorn Helgaas" <[EMAIL PROTECTED]> wrote: > >On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: > >> On Wednesday 06 June 2007, Bjorn Helgaas wrote: > >> > On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-10 Thread Andrey Borzenkov
On Friday 08 June 2007, Samuel Ortiz wrote: Hi Bjorn, On 6/7/2007, Bjorn Helgaas [EMAIL PROTECTED] wrote: On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: On Wednesday 06 June 2007, Bjorn Helgaas wrote: On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: On

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-10 Thread Andrey Borzenkov
On Thursday 07 June 2007, Bjorn Helgaas wrote: On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: I am beginning to doubt whether drier works on my system at all (i.e. before PnP change); have to find time to test. In 2.6.21, smsc-ircc2 at least found the device. So we

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-10 Thread Bjorn Helgaas
On Sunday 10 June 2007 02:03:03 am Andrey Borzenkov wrote: Can you set CONFIG_ACPI_DEBUG=y, make it so smsc-ircc2 isn't loaded automatically, and try this (along with my previous patch to swap FIR and SIR): # dmesg -n 8 # echo 0x200 /sys/module/acpi/parameters/debug_level #

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-10 Thread Bjorn Helgaas
On Sunday 10 June 2007 12:47:07 am Andrey Borzenkov wrote: Maybe we should also run the legacy probe when the PnP one fails. I don't know how the preconfiguration stuff will behave with the device being PnP enabled, but with your patch Andrey will still need to modprobe smsc-ircc with

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Andrey Borzenkov
On Thursday 07 June 2007, Bjorn Helgaas wrote: > In 2.6.21, smsc-ircc2 at least found the device. So we definitely have > a problem because in 2.6.22-rc, we don't find the device. > > What laptop do you have? Maybe I can find one to play with. > This is Toshiba Portege 4000. The rest of your

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Samuel Ortiz
Hi Bjorn, On 6/7/2007, "Bjorn Helgaas" <[EMAIL PROTECTED]> wrote: >On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: >> On Wednesday 06 June 2007, Bjorn Helgaas wrote: >> > On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: >> > > On Wednesday 06 June 2007, Bjorn Helgaas

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Bjorn Helgaas
On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: > I am beginning to doubt whether drier > works on my system at all (i.e. before PnP change); have to find time to > test. In 2.6.21, smsc-ircc2 at least found the device. So we definitely have a problem because in 2.6.22-rc, we

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Bjorn Helgaas
On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: > On Wednesday 06 June 2007, Bjorn Helgaas wrote: > > On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: > > > On Wednesday 06 June 2007, Bjorn Helgaas wrote: > > > > Something's wrong with this strategy. The BIOS is telling

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Bjorn Helgaas
On Thursday 07 June 2007 06:23:58 am Linus Walleij (LD/EAB) wrote: > Björn wrote: > > Something's wrong with this strategy. The BIOS is telling us > > that an SMCf010 device is present, active, and responds at io > > ports 0x100-0x107 and 0x2e8-0x2ef. The fact that it happens > > to be on the

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Linus Walleij (LD/EAB)
Björn wrote: > Something's wrong with this strategy. The BIOS is telling us > that an SMCf010 device is present, active, and responds at io > ports 0x100-0x107 and 0x2e8-0x2ef. The fact that it happens > to be on the other side of an ISA or LPC bridge should be > immaterial to the OS

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Andrey Borzenkov
On Thursday 07 June 2007, Bjorn Helgaas wrote: In 2.6.21, smsc-ircc2 at least found the device. So we definitely have a problem because in 2.6.22-rc, we don't find the device. What laptop do you have? Maybe I can find one to play with. This is Toshiba Portege 4000. The rest of your

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Linus Walleij (LD/EAB)
Björn wrote: Something's wrong with this strategy. The BIOS is telling us that an SMCf010 device is present, active, and responds at io ports 0x100-0x107 and 0x2e8-0x2ef. The fact that it happens to be on the other side of an ISA or LPC bridge should be immaterial to the OS driver.

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Bjorn Helgaas
On Thursday 07 June 2007 06:23:58 am Linus Walleij (LD/EAB) wrote: Björn wrote: Something's wrong with this strategy. The BIOS is telling us that an SMCf010 device is present, active, and responds at io ports 0x100-0x107 and 0x2e8-0x2ef. The fact that it happens to be on the other

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Bjorn Helgaas
On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: On Wednesday 06 June 2007, Bjorn Helgaas wrote: On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: On Wednesday 06 June 2007, Bjorn Helgaas wrote: Something's wrong with this strategy. The BIOS is telling us that an

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Bjorn Helgaas
On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: I am beginning to doubt whether drier works on my system at all (i.e. before PnP change); have to find time to test. In 2.6.21, smsc-ircc2 at least found the device. So we definitely have a problem because in 2.6.22-rc, we don't

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-07 Thread Samuel Ortiz
Hi Bjorn, On 6/7/2007, Bjorn Helgaas [EMAIL PROTECTED] wrote: On Wednesday 06 June 2007 02:45:01 pm Andrey Borzenkov wrote: On Wednesday 06 June 2007, Bjorn Helgaas wrote: On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: On Wednesday 06 June 2007, Bjorn Helgaas wrote:

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-06 Thread Andrey Borzenkov
On Wednesday 06 June 2007, Bjorn Helgaas wrote: > On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: > > On Wednesday 06 June 2007, Bjorn Helgaas wrote: > > > Something's wrong with this strategy. The BIOS is telling us that an > > > SMCf010 device is present, active, and responds at io

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-06 Thread Bjorn Helgaas
On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: > On Wednesday 06 June 2007, Bjorn Helgaas wrote: > > Something's wrong with this strategy. The BIOS is telling us that an > > SMCf010 device is present, active, and responds at io ports 0x100-0x107 > > and 0x2e8-0x2ef. The fact that it

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-06 Thread Bjorn Helgaas
On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: On Wednesday 06 June 2007, Bjorn Helgaas wrote: Something's wrong with this strategy. The BIOS is telling us that an SMCf010 device is present, active, and responds at io ports 0x100-0x107 and 0x2e8-0x2ef. The fact that it

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-06 Thread Andrey Borzenkov
On Wednesday 06 June 2007, Bjorn Helgaas wrote: On Tuesday 05 June 2007 09:29:11 pm Andrey Borzenkov wrote: On Wednesday 06 June 2007, Bjorn Helgaas wrote: Something's wrong with this strategy. The BIOS is telling us that an SMCf010 device is present, active, and responds at io ports

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Bjorn Helgaas
On Tuesday 05 June 2007 05:57:30 am Linus Walleij (LD/EAB) wrote: > You don't need to alter the defaults for the Toshiba ALi, the > preconfigure will respect the settings from the commandline, > e.g. modprobe smsc-ircc2 ircc_fir=0x100,ircc_sir=0x02e8. > > BUT this value just won't work: we don't

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Samuel Ortiz
On 6/5/2007, "Linus Walleij (LD/EAB)" <[EMAIL PROTECTED]> wrote: >Sam wrote: > >> Andrey, in addition to Bjorn's patch, could you also apply >> this one and try again: >> >> diff --git a/drivers/net/irda/smsc-ircc2.c >> b/drivers/net/irda/smsc-ircc2.c index 31c6233..800562a 100644 >> ---

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Linus Walleij (LD/EAB)
Andrey wrote: > And here is what PnP tells us: > {pts/1}% cat /sys/bus/pnp/devices/00:0a/options > port 0x100-0x130, align 0xf, size 0x8, 16-bit address decoding irq > 3,4,5,6,7,10,11 High-Edge dma 1,2,3 16-bit compatible > Dependent: 01 - Priority acceptable >port 0x3f8-0x3f8, align 0x0,

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Linus Walleij (LD/EAB)
Sam wrote: > Andrey, in addition to Bjorn's patch, could you also apply > this one and try again: > > diff --git a/drivers/net/irda/smsc-ircc2.c > b/drivers/net/irda/smsc-ircc2.c index 31c6233..800562a 100644 > --- a/drivers/net/irda/smsc-ircc2.c > +++ b/drivers/net/irda/smsc-ircc2.c > @@

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Samuel Ortiz
Hi Linus, On 6/5/2007, "Linus Walleij (LD/EAB)" <[EMAIL PROTECTED]> wrote: >> > Ok, FIR and SIR are definitey mixed up. So, now could you please >try >> > Bjorn's patch ? >> >> does not work. > >It looks like the purpose of the patch is to provide more printouts >not to fix the problem,

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Linus Walleij (LD/EAB)
> > Ok, FIR and SIR are definitey mixed up. So, now could you please try > > Bjorn's patch ? > > does not work. It looks like the purpose of the patch is to provide more printouts not to fix the problem, please mail your dmesg post-patch. Linus - To unsubscribe from this list: send the line

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Linus Walleij (LD/EAB)
Ok, FIR and SIR are definitey mixed up. So, now could you please try Bjorn's patch ? does not work. It looks like the purpose of the patch is to provide more printouts not to fix the problem, please mail your dmesg post-patch. Linus - To unsubscribe from this list: send the line

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Samuel Ortiz
Hi Linus, On 6/5/2007, Linus Walleij (LD/EAB) [EMAIL PROTECTED] wrote: Ok, FIR and SIR are definitey mixed up. So, now could you please try Bjorn's patch ? does not work. It looks like the purpose of the patch is to provide more printouts not to fix the problem, please mail your dmesg

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Linus Walleij (LD/EAB)
Sam wrote: Andrey, in addition to Bjorn's patch, could you also apply this one and try again: diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c index 31c6233..800562a 100644 --- a/drivers/net/irda/smsc-ircc2.c +++ b/drivers/net/irda/smsc-ircc2.c @@ -2463,7

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Linus Walleij (LD/EAB)
Andrey wrote: And here is what PnP tells us: {pts/1}% cat /sys/bus/pnp/devices/00:0a/options port 0x100-0x130, align 0xf, size 0x8, 16-bit address decoding irq 3,4,5,6,7,10,11 High-Edge dma 1,2,3 16-bit compatible Dependent: 01 - Priority acceptable port 0x3f8-0x3f8, align 0x0, size

RE: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Samuel Ortiz
On 6/5/2007, Linus Walleij (LD/EAB) [EMAIL PROTECTED] wrote: Sam wrote: Andrey, in addition to Bjorn's patch, could you also apply this one and try again: diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c index 31c6233..800562a 100644 ---

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-05 Thread Bjorn Helgaas
On Tuesday 05 June 2007 05:57:30 am Linus Walleij (LD/EAB) wrote: You don't need to alter the defaults for the Toshiba ALi, the preconfigure will respect the settings from the commandline, e.g. modprobe smsc-ircc2 ircc_fir=0x100,ircc_sir=0x02e8. BUT this value just won't work: we don't know

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-04 Thread Andrey Borzenkov
On Tuesday 05 June 2007, Samuel Ortiz wrote: > (Adding Linus Walleij, who wrote part of the smsc driver, to Cc:) > > On Mon, Jun 04, 2007 at 06:33:56AM +0400, Andrey Borzenkov wrote: > > On Monday 04 June 2007, Samuel Ortiz wrote: > > > It seems that PnP tells us that the FIR port is at 0x2e8

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-04 Thread Andrey Borzenkov
On Monday 04 June 2007, Bjorn Helgaas wrote: > On Sunday 03 June 2007 02:16:05 am Andrey Borzenkov wrote: > > On Sunday 03 June 2007, Andrey Borzenkov wrote: > > > Under 2.6.22-rc I lost irda0 interface - smsc claims no device present. > > > Nothing was changed in setup except kernel version. > >

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-04 Thread Samuel Ortiz
(Adding Linus Walleij, who wrote part of the smsc driver, to Cc:) On Mon, Jun 04, 2007 at 06:33:56AM +0400, Andrey Borzenkov wrote: > On Monday 04 June 2007, Samuel Ortiz wrote: > > It seems that PnP tells us that the FIR port is at 0x2e8 while we're > > expecting it at 0x2f8. > > Could you apply

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-04 Thread Bjorn Helgaas
On Sunday 03 June 2007 02:16:05 am Andrey Borzenkov wrote: > On Sunday 03 June 2007, Andrey Borzenkov wrote: > > Under 2.6.22-rc I lost irda0 interface - smsc claims no device present. > > Nothing was changed in setup except kernel version. > > > > 2.6.21: > > > > Detected unconfigured Toshiba

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-04 Thread Bjorn Helgaas
On Sunday 03 June 2007 02:16:05 am Andrey Borzenkov wrote: On Sunday 03 June 2007, Andrey Borzenkov wrote: Under 2.6.22-rc I lost irda0 interface - smsc claims no device present. Nothing was changed in setup except kernel version. 2.6.21: Detected unconfigured Toshiba laptop with ALi

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-04 Thread Samuel Ortiz
(Adding Linus Walleij, who wrote part of the smsc driver, to Cc:) On Mon, Jun 04, 2007 at 06:33:56AM +0400, Andrey Borzenkov wrote: On Monday 04 June 2007, Samuel Ortiz wrote: It seems that PnP tells us that the FIR port is at 0x2e8 while we're expecting it at 0x2f8. Could you apply this

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-04 Thread Andrey Borzenkov
On Monday 04 June 2007, Bjorn Helgaas wrote: On Sunday 03 June 2007 02:16:05 am Andrey Borzenkov wrote: On Sunday 03 June 2007, Andrey Borzenkov wrote: Under 2.6.22-rc I lost irda0 interface - smsc claims no device present. Nothing was changed in setup except kernel version. 2.6.21:

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-04 Thread Andrey Borzenkov
On Tuesday 05 June 2007, Samuel Ortiz wrote: (Adding Linus Walleij, who wrote part of the smsc driver, to Cc:) On Mon, Jun 04, 2007 at 06:33:56AM +0400, Andrey Borzenkov wrote: On Monday 04 June 2007, Samuel Ortiz wrote: It seems that PnP tells us that the FIR port is at 0x2e8 while we're

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-03 Thread Andrey Borzenkov
On Monday 04 June 2007, Samuel Ortiz wrote: > Hi Andrey, > > On Sun, Jun 03, 2007 at 12:16:05PM +0400, Andrey Borzenkov wrote: > > Adding "nopnp" parameters finds device just fine so it is apparently > > result of this commit: > > > > commit d0d4f69bb65a8c1c1430c577a583632709b874c6 > > Author:

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-03 Thread Samuel Ortiz
Hi Andrey, On Sun, Jun 03, 2007 at 12:16:05PM +0400, Andrey Borzenkov wrote: > > Adding "nopnp" parameters finds device just fine so it is apparently result > of > this commit: > > commit d0d4f69bb65a8c1c1430c577a583632709b874c6 > Author: Bjorn Helgaas <[EMAIL PROTECTED]> > Date: Tue May 8

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-03 Thread Andrey Borzenkov
On Sunday 03 June 2007, Andrey Borzenkov wrote: > Under 2.6.22-rc I lost irda0 interface - smsc claims no device present. > Nothing was changed in setup except kernel version. > > 2.6.21: > > Detected unconfigured Toshiba laptop with ALi ISA bridge SMSC IrDA chip, > pre-configuring device. >

2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-03 Thread Andrey Borzenkov
Under 2.6.22-rc I lost irda0 interface - smsc claims no device present. Nothing was changed in setup except kernel version. 2.6.21: Detected unconfigured Toshiba laptop with ALi ISA bridge SMSC IrDA chip, pre-configuring device. Activated ALi 1533 ISA bridge port 0x02e8. Activated ALi 1533 ISA

2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-03 Thread Andrey Borzenkov
Under 2.6.22-rc I lost irda0 interface - smsc claims no device present. Nothing was changed in setup except kernel version. 2.6.21: Detected unconfigured Toshiba laptop with ALi ISA bridge SMSC IrDA chip, pre-configuring device. Activated ALi 1533 ISA bridge port 0x02e8. Activated ALi 1533 ISA

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-03 Thread Andrey Borzenkov
On Sunday 03 June 2007, Andrey Borzenkov wrote: Under 2.6.22-rc I lost irda0 interface - smsc claims no device present. Nothing was changed in setup except kernel version. 2.6.21: Detected unconfigured Toshiba laptop with ALi ISA bridge SMSC IrDA chip, pre-configuring device. Activated ALi

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-03 Thread Samuel Ortiz
Hi Andrey, On Sun, Jun 03, 2007 at 12:16:05PM +0400, Andrey Borzenkov wrote: Adding nopnp parameters finds device just fine so it is apparently result of this commit: commit d0d4f69bb65a8c1c1430c577a583632709b874c6 Author: Bjorn Helgaas [EMAIL PROTECTED] Date: Tue May 8 00:36:05

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-03 Thread Andrey Borzenkov
On Monday 04 June 2007, Samuel Ortiz wrote: Hi Andrey, On Sun, Jun 03, 2007 at 12:16:05PM +0400, Andrey Borzenkov wrote: Adding nopnp parameters finds device just fine so it is apparently result of this commit: commit d0d4f69bb65a8c1c1430c577a583632709b874c6 Author: Bjorn Helgaas