* Help with Averatec C3500
@ 2006-04-01 16:58 Michael J. Kidd
2006-04-04 16:11 ` ACPI not setting up I/O Memory mappings Michael J. Kidd
2006-04-04 19:26 ` Help with Averatec C3500 Bjorn Helgaas
0 siblings, 2 replies; 7+ messages in thread
From: Michael J. Kidd @ 2006-04-01 16:58 UTC (permalink / raw)
To: linux-acpi
Hello all,
I have an Averatec C3500 Convertible Tablet PC. With the initial bios
version that ships with the unit, USB and PCMCIA both work fine in
linux. However, there is a terrible keyboard lag and dropped keys. The
follow-on bios revisions fixed the keyboard issues, but caused USB and
PCMCIA to both stop working. Note: All devices continue to operate fine
in Windows. I'm posting this here in hopes that someone will take
interest in this issue ( there are several others trying to use linux on
these laptops. ) I've captured dmesg output after enabling
CONFIG_USB_DEBUG and CONFIG_PCMCIA_DEBUG in the kernel config, and the
output from lspci -vvxxx, as well as the DSDT output from both the
original BIOS ( USB working / Keyboard not ) and the latest BIOS
revision ( USB Not working / Keyboard works great ).
The link for all this captured data is: http://www.linuxkidd.com/c3500
I've detailed the machine hardware, running kernel, etc.. as well as
linked to all the above described captures.
After posting the above request to the linux-usb list, Alan Stern
responded with:
----------------------------------------------------------------------
According to the log, the I/O memory mappings for the USB and PCMCIA
controllers aren't getting set up. It's not a USB or PCMCIA issue at all;
you should ask for help on the PCI and ACPI mailing lists.
----------------------------------------------------------------------
So, here I am...
If there's anything else I can provide to assist in troubleshooting,
Please ask! I'd really like to get this working.
Thanks in advance for any help!
Michael J. Kidd
^ permalink raw reply [flat|nested] 7+ messages in thread
* ACPI not setting up I/O Memory mappings
2006-04-01 16:58 Help with Averatec C3500 Michael J. Kidd
@ 2006-04-04 16:11 ` Michael J. Kidd
2006-04-04 19:26 ` Help with Averatec C3500 Bjorn Helgaas
1 sibling, 0 replies; 7+ messages in thread
From: Michael J. Kidd @ 2006-04-04 16:11 UTC (permalink / raw)
To: linux-acpi
ACPI not setting up I/O Memory mappings for USB and PCMCIA controllers
on Averatec C3500 Laptop.. Can anyone help with this? Please...
Michael J. Kidd
> Hello all,
> I have an Averatec C3500 Convertible Tablet PC. With the initial bios
> version that ships with the unit, USB and PCMCIA both work fine in
> linux. However, there is a terrible keyboard lag and dropped keys.
> The follow-on bios revisions fixed the keyboard issues, but caused USB
> and PCMCIA to both stop working. Note: All devices continue to
> operate fine in Windows. I'm posting this here in hopes that someone
> will take interest in this issue ( there are several others trying to
> use linux on these laptops. ) I've captured dmesg output after
> enabling CONFIG_USB_DEBUG and CONFIG_PCMCIA_DEBUG in the kernel
> config, and the output from lspci -vvxxx, as well as the DSDT output
> from both the original BIOS ( USB working / Keyboard not ) and the
> latest BIOS revision ( USB Not working / Keyboard works great ).
>
> The link for all this captured data is:
> http://www.linuxkidd.com/c3500 I've detailed the machine hardware,
> running kernel, etc.. as well as linked to all the above described
> captures.
>
> After posting the above request to the linux-usb list, Alan Stern
> responded with:
> ----------------------------------------------------------------------
> According to the log, the I/O memory mappings for the USB and PCMCIA
> controllers aren't getting set up. It's not a USB or PCMCIA issue at all;
> you should ask for help on the PCI and ACPI mailing lists.
> ----------------------------------------------------------------------
>
> So, here I am...
>
> If there's anything else I can provide to assist in troubleshooting,
> Please ask! I'd really like to get this working.
>
> Thanks in advance for any help!
> Michael J. Kidd
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Help with Averatec C3500
2006-04-01 16:58 Help with Averatec C3500 Michael J. Kidd
2006-04-04 16:11 ` ACPI not setting up I/O Memory mappings Michael J. Kidd
@ 2006-04-04 19:26 ` Bjorn Helgaas
2006-04-04 23:43 ` Michael J. Kidd
2006-04-06 14:59 ` Bjorn Helgaas
1 sibling, 2 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2006-04-04 19:26 UTC (permalink / raw)
To: Michael J. Kidd; +Cc: linux-acpi, Alan Stern
On Saturday 01 April 2006 09:58, Michael J. Kidd wrote:
> I have an Averatec C3500 Convertible Tablet PC. With the initial bios
> version that ships with the unit, USB and PCMCIA both work fine in
> linux. However, there is a terrible keyboard lag and dropped keys. The
> follow-on bios revisions fixed the keyboard issues, but caused USB and
> PCMCIA to both stop working. Note: All devices continue to operate fine
> in Windows. I'm posting this here in hopes that someone will take
> interest in this issue ( there are several others trying to use linux on
> these laptops. ) I've captured dmesg output after enabling
> CONFIG_USB_DEBUG and CONFIG_PCMCIA_DEBUG in the kernel config, and the
> output from lspci -vvxxx, as well as the DSDT output from both the
> original BIOS ( USB working / Keyboard not ) and the latest BIOS
> revision ( USB Not working / Keyboard works great ).
>
> The link for all this captured data is: http://www.linuxkidd.com/c3500
> I've detailed the machine hardware, running kernel, etc.. as well as
> linked to all the above described captures.
Thanks for your effort in debugging this. Can you please open a
bug report at http://bugzilla.kernel.org?
> After posting the above request to the linux-usb list, Alan Stern
> responded with:
> ----------------------------------------------------------------------
> According to the log, the I/O memory mappings for the USB and PCMCIA
> controllers aren't getting set up. It's not a USB or PCMCIA issue at all;
> you should ask for help on the PCI and ACPI mailing lists.
I don't know enough about USB to know what you're referring to.
Can you point out the messages that suggest a PCI or ACPI issue?
Bjorn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Help with Averatec C3500
2006-04-04 19:26 ` Help with Averatec C3500 Bjorn Helgaas
@ 2006-04-04 23:43 ` Michael J. Kidd
2006-04-06 14:59 ` Bjorn Helgaas
1 sibling, 0 replies; 7+ messages in thread
From: Michael J. Kidd @ 2006-04-04 23:43 UTC (permalink / raw)
To: Bjorn Helgaas; +Cc: linux-acpi, Alan Stern
Bug #6332 filed against ACPI.
As far as the part of the output which details the lack of IO address,
I'll leave that to Alan Stern... I'm not quite that advanced at this point..
Thanks for the help!
Michael J. Kidd
Bjorn Helgaas wrote:
> On Saturday 01 April 2006 09:58, Michael J. Kidd wrote:
>
>> I have an Averatec C3500 Convertible Tablet PC. With the initial bios
>> version that ships with the unit, USB and PCMCIA both work fine in
>> linux. However, there is a terrible keyboard lag and dropped keys. The
>> follow-on bios revisions fixed the keyboard issues, but caused USB and
>> PCMCIA to both stop working. Note: All devices continue to operate fine
>> in Windows. I'm posting this here in hopes that someone will take
>> interest in this issue ( there are several others trying to use linux on
>> these laptops. ) I've captured dmesg output after enabling
>> CONFIG_USB_DEBUG and CONFIG_PCMCIA_DEBUG in the kernel config, and the
>> output from lspci -vvxxx, as well as the DSDT output from both the
>> original BIOS ( USB working / Keyboard not ) and the latest BIOS
>> revision ( USB Not working / Keyboard works great ).
>>
>> The link for all this captured data is: http://www.linuxkidd.com/c3500
>> I've detailed the machine hardware, running kernel, etc.. as well as
>> linked to all the above described captures.
>>
>
> Thanks for your effort in debugging this. Can you please open a
> bug report at http://bugzilla.kernel.org?
>
>
>> After posting the above request to the linux-usb list, Alan Stern
>> responded with:
>> ----------------------------------------------------------------------
>> According to the log, the I/O memory mappings for the USB and PCMCIA
>> controllers aren't getting set up. It's not a USB or PCMCIA issue at all;
>> you should ask for help on the PCI and ACPI mailing lists.
>>
>
> I don't know enough about USB to know what you're referring to.
> Can you point out the messages that suggest a PCI or ACPI issue?
>
> Bjorn
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Help with Averatec C3500
2006-04-04 19:26 ` Help with Averatec C3500 Bjorn Helgaas
2006-04-04 23:43 ` Michael J. Kidd
@ 2006-04-06 14:59 ` Bjorn Helgaas
2006-04-06 15:03 ` Bjorn Helgaas
2006-04-06 15:34 ` Alan Stern
1 sibling, 2 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2006-04-06 14:59 UTC (permalink / raw)
To: Michael J. Kidd; +Cc: linux-acpi, Alan Stern
Alan, could you give me a hint about what you mean? ACPI doesn't
ioremap device registers, so I'm not sure what the problem is.
> > After posting the above request to the linux-usb list, Alan Stern
> > responded with:
> > ----------------------------------------------------------------------
> > According to the log, the I/O memory mappings for the USB and PCMCIA
> > controllers aren't getting set up. It's not a USB or PCMCIA issue at all;
> > you should ask for help on the PCI and ACPI mailing lists.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Help with Averatec C3500
2006-04-06 14:59 ` Bjorn Helgaas
@ 2006-04-06 15:03 ` Bjorn Helgaas
2006-04-06 15:34 ` Alan Stern
1 sibling, 0 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2006-04-06 15:03 UTC (permalink / raw)
To: Michael J. Kidd; +Cc: linux-acpi, Alan Stern
On Thursday 06 April 2006 08:59, Bjorn Helgaas wrote:
> Alan, could you give me a hint about what you mean? ACPI doesn't
> ioremap device registers, so I'm not sure what the problem is.
>
> > > After posting the above request to the linux-usb list, Alan Stern
> > > responded with:
> > > ----------------------------------------------------------------------
> > > According to the log, the I/O memory mappings for the USB and PCMCIA
> > > controllers aren't getting set up. It's not a USB or PCMCIA issue at all;
> > > you should ask for help on the PCI and ACPI mailing lists.
Sorry, I see you already responded to the bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=6332
I'll take another look and respond there also.
Thanks,
Bjorn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Help with Averatec C3500
2006-04-06 14:59 ` Bjorn Helgaas
2006-04-06 15:03 ` Bjorn Helgaas
@ 2006-04-06 15:34 ` Alan Stern
1 sibling, 0 replies; 7+ messages in thread
From: Alan Stern @ 2006-04-06 15:34 UTC (permalink / raw)
To: Bjorn Helgaas; +Cc: Michael J. Kidd, linux-acpi
On Thu, 6 Apr 2006, Bjorn Helgaas wrote:
> Alan, could you give me a hint about what you mean? ACPI doesn't
> ioremap device registers, so I'm not sure what the problem is.
>
> > > After posting the above request to the linux-usb list, Alan Stern
> > > responded with:
> > > ----------------------------------------------------------------------
> > > According to the log, the I/O memory mappings for the USB and PCMCIA
> > > controllers aren't getting set up. It's not a USB or PCMCIA issue at all;
> > > you should ask for help on the PCI and ACPI mailing lists.
Since I don't know how this low-level stuff is handled, I was guessing.
ACPI is involved in setting up motherboard resources, including
configuration of various bridges. If a bridge wasn't configured properly,
the CPU wouldn't be able to access the device's I/O hardware.
Alan Stern
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-04-06 15:34 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-01 16:58 Help with Averatec C3500 Michael J. Kidd
2006-04-04 16:11 ` ACPI not setting up I/O Memory mappings Michael J. Kidd
2006-04-04 19:26 ` Help with Averatec C3500 Bjorn Helgaas
2006-04-04 23:43 ` Michael J. Kidd
2006-04-06 14:59 ` Bjorn Helgaas
2006-04-06 15:03 ` Bjorn Helgaas
2006-04-06 15:34 ` Alan Stern
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).