OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: brownb2 on February 06, 2005, 04:05:59 pm
-
I want to be able to play music (from any player doesn't matter what) from my SL5500's speaker. I know that if I install OZ I can do this (as I've tried it in the past) but I'd like to keep the Sharp ROM - has the driver been back ported and if so how would I use it?
Utilities like buzconfig can play audio through the SL5500's cruddy piezo (sp?) speaker on the Sharp ROM so it shouldn't be that difficult....?
-
driver was ported to 2.4.18 but it's usage kill all alarms, keyclicks etc sounds so we dont use it in OZ 3.5.x
-
I'm looking to use it with Sharp ROM 3.13 where can I get hold of the kernal binary with it compiled into and how would I install/use it? (I'm more interested in tinny mp3 playback than keyclicks etc).
Thanks.
driver was ported to 2.4.18 but it's usage kill all alarms, keyclicks etc sounds so we dont use it in OZ 3.5.x
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65942\"][{POST_SNAPBACK}][/a][/div]
-
Can anyone help with this?
Is this just a case of finding a module and adding it or replacing the Sharp 2.4.18 kernel with the OZ 2.4.18 kernel?
If it can't be done is it possible to still use the internal speaker driver in OZ 3.5 by manually by linking /dev/dsp to /dev/dsp1 (as was done in the past)?
-
You can grab patch from OpenEmbedded metadata and recompile kernel with it.
Probably config of the kernel have to be changed (sound have to be in modules with that patch).
And simple linking is not possible in OZ 3.5.x - I wrote why.
-
Hi,
some time ago I compiled a kernel with the buzzer-patch and modules. They worked with OZ 3.3.6 but I don't know if the work with the Sharp-Rom. But you can try
The url is:
www.informatik.hu-berlin.de/~tkunze/zaurus (http://www.informatik.hu-berlin.de/~tkunze/zaurus/)
Good luck.
Thomas
-
I'm off to try this now however I expected to see the Z kernel in /boot and found nothing. A quick locate found nothing of interest except modules and libs directories. As I'm still a linux amateur where would I find the kernel - I'm still googling as we speak....?
Hi,
some time ago I compiled a kernel with the buzzer-patch and modules. They worked with OZ 3.3.6 but I don't know if the work with the Sharp-Rom. But you can try
The url is:
www.informatik.hu-berlin.de/~tkunze/zaurus (http://www.informatik.hu-berlin.de/~tkunze/zaurus/)
Good luck.
Thomas
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66192\"][{POST_SNAPBACK}][/a][/div]
-
I give up - too much like hard work this. I've no development environment, no idea how drivers in linux work save knowing that they are modules and/or can be compiled into the kernel and I'm not even sure I can replace the kernel (let alone which file in the directory you provided (thanks btw) is the actual replacement kernel).
I naively thought the kernel expanded into an internal ram location on hard reset, and that I could replace this with one from the mentioned directory.
Thanks for the help anyhow
I'm off to try this now however I expected to see the Z kernel in /boot and found nothing. A quick locate found nothing of interest except modules and libs directories. As I'm still a linux amateur where would I find the kernel - I'm still googling as we speak....?
Hi,
some time ago I compiled a kernel with the buzzer-patch and modules. They worked with OZ 3.3.6 but I don't know if the work with the Sharp-Rom. But you can try
The url is:
www.informatik.hu-berlin.de/~tkunze/zaurus (http://www.informatik.hu-berlin.de/~tkunze/zaurus/)
Good luck.
Thomas
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66192\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66316\"][{POST_SNAPBACK}][/a][/div]
-
I'm off to try this now however I expected to see the Z kernel in /boot and found nothing. A quick locate found nothing of interest except modules and libs directories. As I'm still a linux amateur where would I find the kernel - I'm still googling as we speak....?
On systems with sane bootloaders, your assumption would be correct. Unfortunately, on the Zaurus the bootloader is pretty crippled and it reads the kernel from a dedicated partition on the flash (which contains no filesystem, it's just another mtdblock) - instead of from the root file system :/
-
This is a feature that I'd like too. Is it possible to implement it in a later release?
-
Pragmatically spoken, no. Bootloader work is even harder than kernel work and for the latter we have at least source code.