View previous topic :: View next topic |
Author |
Message |
jim
Joined: 15 Nov 2006 Posts: 1
|
Posted: Wed Nov 15, 2006 11:31 pm Post subject: USB IRQ problems |
|
|
I'm trying to get DSL-N installed on an Averatec 3200 (Athlon XP-M) machine.
DSL works fine. (but doesn't allow cpufreq )
I can boot from the CD. However, the mount tool in the bottom right corner is blank white.
I cannot see /mnt/sd*
DSL Panel->System Stats->dmesg contains:
at the very top:
ry pci=usepirqmask
PCI: IRQ 0 for device 0000:00:10.3 doesn't match PIRQ mask - try pci=usepirqmask
PCI: IRQ 0 for device 0000:00:11.1 doesn't match PIRQ mask - try pci=usepirqmask
later:
[code]Failed initialization of WD-7000 SCSI card![/code]
and
[code]
PCI:IRQ - for device 0000:00:10.3 doesn't match PIRQ mask - try pci=usepirqmask
PCI: No IRQ known for interrupt pin D of device 0000:00:10.3. Please try using pci=biosirq.
0000:00:10.3: Found HC with no IRQ. Check BIOS/PCI 0000:00:10.3 setup!
0000:00:10.3: init 0000:00:10.3 fail, -19
[/code]
The same set of messages repeat for 10.0, 10.1, and 10.2.
Rebooting with pci=usepirqmask removes the messages containing "usepirqmask".
Rebooting with pci=biosirq makes the mount tool in the bottom right show up but adds the messages at the top
[code]
PCI: IRQ 0 for device 0000:00:10.1 doesn't match PIRQ mask - try pci=usepirqmask
PCI: IRQ 0 for device 0000:00:10.2 doesn't match PIRQ mask - try pci=usepirqmask
PCI: IRQ 0 for device 0000:00:10.3 doesn't match PIRQ mask - try pci=usepirqmask
PCI: IRQ 0 for device 0000:00:11.1 doesn't match PIRQ mask - try pci=usepirqmask
[/code]
Where do I go from here?
[J.F.][/code] |
|
Back to top |
|
|
Juanito
Joined: 11 Sep 2006 Posts: 88 Location: Dubai, U.A.E.
|
Posted: Thu Nov 16, 2006 3:39 am Post subject: Correct cpufreq driver for your CPU |
|
|
I've no clue about the IRQ problem but the cpufreq problem might be due to not chosing the correct cpufreq driver for your Athlon processor.
As an example, my Pentium-M CPU uses the speedstep-centrino module but I'm sure you will need to use a different one (there are several included with DSL-N) - note that I believe you should not use the acpi-cpufreq (or whatever it's called) module.
Maybe you need to load one of the following:
AMD Mobile K6-2/K6-3 PowerNow! (POWERNOW_K6)
AMD Mobile Athlon/Duron K7 PowerNow! (POWERNOW_K7)
AMD Opteron/Athlon64 PowerNow! (POWERNOW_K8) |
|
Back to top |
|
|
|