Quote:
Originally Posted by SLAG02
Ok the ZAxis did not fix my mouse wheel problem- but the alsaconf did fix the sound-but now no mixer shows up on start up?
a few other things i am notcing- My DVD's wont play do i need the libcss or something like i did in suse?
also when i plug in my thumb drive it is not automatically reconized like it was in suse-
also- My NTFS partitions are locked to be accessed by root and not by anyone else any suggestions on this? i will probaby stick with slackware if i can work out these bugs-
where is Slackwares version of YaST? or is there not one?
jsut curious?/
thanks
Chris
|
What protocol are you using for your wheel mouse?
Check this line...
Option "Protocol" "IMPS/2"
Yes, you need libcss just like SUSE.
You need to mount drives manually (which incidentall you needed to do under SUSE in order to get full asynchronous speeds (or at least I did)). Here's what I usually do...
mkdir /mnt/flash
mount -t vfat /dev/sda1 /mnt/flash
when done using,
umount /dev/sda1
For your shared partition, edit your /etc/fstab file something like this...
/dev/hda6 /shared vfat auto,rw,umask=000 1 0
As far as YaST. Nope. None available. You can try using the normal KDE control center if you like. I don't use it for anything other than configuring my desktop settings, so couldn't tell you if it's any good.
For a mixer, from a CLI run "alsamixer", and save your settings. Then you should be able to use KMix in KDE like you normally do.