linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2
@ 2003-08-07 12:09 Stuart Longland
  2003-08-07 12:39 ` Russell King
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stuart Longland @ 2003-08-07 12:09 UTC (permalink / raw)
  To: Linux Lernel Mailing List

-----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-----


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2
  2003-08-07 12:09 Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2 Stuart Longland
@ 2003-08-07 12:39 ` Russell King
  2003-08-07 16:30 ` Greg KH
  2003-08-08  1:29 ` Zwane Mwaikambo
  2 siblings, 0 replies; 5+ messages in thread
From: Russell King @ 2003-08-07 12:39 UTC (permalink / raw)
  To: Stuart Longland; +Cc: Linux Lernel Mailing List

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 (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2
  2003-08-07 12:09 Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2 Stuart Longland
  2003-08-07 12:39 ` Russell King
@ 2003-08-07 16:30 ` Greg KH
  2003-08-08  1:29 ` Zwane Mwaikambo
  2 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2003-08-07 16:30 UTC (permalink / raw)
  To: Stuart Longland; +Cc: Linux Lernel Mailing List

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2
  2003-08-07 12:09 Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2 Stuart Longland
  2003-08-07 12:39 ` Russell King
  2003-08-07 16:30 ` Greg KH
@ 2003-08-08  1:29 ` Zwane Mwaikambo
  2003-08-10 18:42   ` Zwane Mwaikambo
  2 siblings, 1 reply; 5+ messages in thread
From: Zwane Mwaikambo @ 2003-08-08  1:29 UTC (permalink / raw)
  To: Stuart Longland; +Cc: Linux Lernel Mailing List

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2
  2003-08-08  1:29 ` Zwane Mwaikambo
@ 2003-08-10 18:42   ` Zwane Mwaikambo
  0 siblings, 0 replies; 5+ messages in thread
From: Zwane Mwaikambo @ 2003-08-10 18:42 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: Stuart Longland, Linux Lernel Mailing List

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-08-10 18:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-07 12:09 Problems with Yamaha opl3sa2 under 2.4.20 and ongoing PCMCIA & USB problems on 2.6.0-test2 Stuart Longland
2003-08-07 12:39 ` Russell King
2003-08-07 16:30 ` Greg KH
2003-08-08  1:29 ` Zwane Mwaikambo
2003-08-10 18:42   ` Zwane Mwaikambo

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).