Interrupt: pin A routed to IRQ 20
Region 0: Memory at f4800000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
hence I suspect that the firmware-ralink should be the correct driver
for this device and it ought to work with the 3Com card.
Actually, firmware-ralink contains firmware, not a driver. The driver
(rt61pci) is part of the kernel package.
Oh u'r absolutely right of course. :-) Thanks for reassigning the bug to
the proper package.
I've also tested the latest testing build of firmware-ralink (version
0.18) which reports the same dmesg.
kernel: debian-server 2.6.26-2-686
(also tested with latest testing kernel: 2.6.30-2-686)
Please also test 2.6.31-trunk-686 from experimental (this is meant to be
in unstable now, but there is a delay in adding new binary packages to
unstable).
I've been trying for an hour now getting the kernel from experimental
but failed. I've tried adding the following entry to the sources.list
file, but aptitude could not find any 2.6.31 version.
deb http://ftp.debian.org/debian/ experimental main contrib non-free
I don't see any listed kernel in
http://packages.debian.org/experimental/kernel/ either.
FYI:
I've also tried manually building the latest driver version available at
the ralink page:
http://www.ralinktech.com/support.php?s=2
RT2501PCI/mPCI/CB(RT61:RT2561/RT2561S/RT2661) - 01/23/2009 - 1.1.2.3
When using this driver, the card showed up iwconfig.
Stefan
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
11-08-2009, 02:47 PM
Stefan Hett
Bug#555102: firmware-ralink not working with 3Com 3CRPCIN175 (RT-2600)
The output with the manually compiled driver in dmesg was as follows:
[ 15.013486] rt61: module license 'unspecified' taints kernel.
[ 15.016942] ACPI: PCI Interrupt 0000:02:0c.0[A] -> GSI 20 (level,
low) -> IRQ 20
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
11-08-2009, 04:02 PM
Ben Hutchings
Bug#555102: firmware-ralink not working with 3Com 3CRPCIN175 (RT-2600)
On Sun, 2009-11-08 at 16:45 +0100, Stefan Hett wrote:
[...]
> >> I've also tested the latest testing build of firmware-ralink (version
> >> 0.18) which reports the same dmesg.
> >>
> >> kernel: debian-server 2.6.26-2-686
> >> (also tested with latest testing kernel: 2.6.30-2-686)
> >>
> > Please also test 2.6.31-trunk-686 from experimental (this is meant to be
> > in unstable now, but there is a delay in adding new binary packages to
> > unstable).
> >
> I've been trying for an hour now getting the kernel from experimental
> but failed. I've tried adding the following entry to the sources.list
> file, but aptitude could not find any 2.6.31 version.
> deb http://ftp.debian.org/debian/ experimental main contrib non-free
You should install linux-image-2.6.31-trunk-686. Upgrading
linux-latest-2.6-686 will not work..
> I don't see any listed kernel in
> http://packages.debian.org/experimental/kernel/ either.
The source package is 'linux-2.6', not 'kernel'.
> FYI:
> I've also tried manually building the latest driver version available at
> the ralink page:
> http://www.ralinktech.com/support.php?s=2
> RT2501PCI/mPCI/CB(RT61:RT2561/RT2561S/RT2661) - 01/23/2009 - 1.1.2.3
> When using this driver, the card showed up iwconfig.
Ralink's official driver has somewhat better hardware support but is so
poorly integrated with the kernel wireless networking system that
external developers ending up writing a completely new driver for
inclusion in the kernel. If it works for you, that's great, but rt61pci
still needs to be fixed.
Ben.
--
Ben Hutchings
The generation of random numbers is too important to be left to chance.
- Robert Coveyou