2003-08-07 12:09:40

by Stuart Longland

[permalink] [raw]
Subject: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
I've recently set up Linux 2.6.0-test2 on my laptop (Toshiba Protege
7010CT) which is running Slackware 9.0. I've also set up the default
Slackware kernel so that I can run both kernels concurrently.

So far, I've had minor problems with 2.4.20, but some even worse
problems with 2.6.0-test2.

Under 2.4.20:
Everything works flawlessly, except the sound card (Yamaha OPL3-SAx)
refuses to work, the opl3sa2 driver does not recognise the card.

Under 2.6.0-test2:
- Most things work nicely, even runs faster.
- MySQL refuses to start (already noted on this list)
- PCMCIA locks hard when adding and removing PCMCIA cards, even if I
run 'cardctl eject' first.
- My combo network card & modem "Xircom RealPort Ethernet 10/100+Modem
56" only partially works. Network works if I load 8250_cs, but
otherwise, the pcmcia-cs utilities try loading serial_cs.
- My USB 2.0 hard drive box (aka IDE-TO-USB) does not function. It
detects it, and automatically loads usb_storage, but I get an error
message saying the device was not found.

At the moment, I'm willing to stick with Linux 2.4.x, eventually I'll
upgrade to 2.4.21 or 22, depending on which is out, if I can get the
soundcard to detect. However, I think getting Linux 2.6 fixed would be
the better option.

Is there something I might have missed in the kernel setup, or the
configuration of pcmcia-cs that needs to be changed?

Is it possible to, say, backport the opl3sa2 driver to Linux 2.4.2x?

Thanks,
- --
+-------------------------------------------------------------+
| Stuart Longland stuartl at longlandclan.hopto.org |
| Brisbane Mesh Node: 719 http://stuartl.cjb.net/ |
| I haven't lost my mind - it's backed up on a tape somewhere |
| Griffith Student No: Course: Bachelor/IT (Nathan) |
+-------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/MkF9IGJk7gLSDPcRAis6AJ0UJHHsrPdfISdd7LOpoj7iBN5E1QCdFcI2
ePJsTVcWFmU8DUg0Fe5Q0n8=
=CEuf
-----END PGP SIGNATURE-----


2003-08-07 12:39:28

by Russell King

[permalink] [raw]
Subject: Re: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2

On Thu, Aug 07, 2003 at 10:09:33PM +1000, Stuart Longland wrote:
> Under 2.6.0-test2:
> - PCMCIA locks hard when adding and removing PCMCIA cards, even if I
> run 'cardctl eject' first.

This may be due to the screwups in the TI cardbus bridge code.
2.6.0-test2-bk<whatever-last-night-was> should have these problems
solved.

> - My combo network card & modem "Xircom RealPort Ethernet 10/100+Modem
> 56" only partially works. Network works if I load 8250_cs, but
> otherwise, the pcmcia-cs utilities try loading serial_cs.

It's not clear what's wrong here. Add into /etc/modprobe.conf an
alias for serial_cs to 8250_cs and everything should work.

--
Russell King ([email protected]) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html

2003-08-07 16:34:52

by Greg KH

[permalink] [raw]
Subject: Re: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2

On Thu, Aug 07, 2003 at 10:09:33PM +1000, Stuart Longland wrote:
> - My USB 2.0 hard drive box (aka IDE-TO-USB) does not function. It
> detects it, and automatically loads usb_storage, but I get an error
> message saying the device was not found.

What are the exact kernel log messages you got?
What does /proc/bus/usb/devices show when the device is plugged in?
Do you have SCSI disk support built into your kernel or loaded as a
module?

thanks,

greg k-h

2003-08-08 01:41:47

by Zwane Mwaikambo

[permalink] [raw]
Subject: Re: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2

On Thu, 7 Aug 2003, Stuart Longland wrote:

> Under 2.4.20:
> Everything works flawlessly, except the sound card (Yamaha OPL3-SAx)
> refuses to work, the opl3sa2 driver does not recognise the card.

Hmm i wonder how that got broken..

> Is it possible to, say, backport the opl3sa2 driver to Linux 2.4.2x?

I'll fix the 2.4 one instead, there are a number of differences in the PnP
system in 2.5 and 2.4 which would make backporting more work (with more
likelyhood of bugs being introduced).

Thanks,
Zwane
--
function.linuxpower.ca

2003-08-10 18:54:43

by Zwane Mwaikambo

[permalink] [raw]
Subject: Re: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2

On Thu, 7 Aug 2003, Zwane Mwaikambo wrote:

> On Thu, 7 Aug 2003, Stuart Longland wrote:
>
> > Under 2.4.20:
> > Everything works flawlessly, except the sound card (Yamaha OPL3-SAx)
> > refuses to work, the opl3sa2 driver does not recognise the card.
>
> Hmm i wonder how that got broken..
>
> > Is it possible to, say, backport the opl3sa2 driver to Linux 2.4.2x?
>
> I'll fix the 2.4 one instead, there are a number of differences in the PnP
> system in 2.5 and 2.4 which would make backporting more work (with more
> likelyhood of bugs being introduced).

Could you please send me /var/log/dmesg from 2.4 and 2.6

Thanks,
Zwane