linux driver sucks

Im trying 2 make linux working for 2nd day now and i cant force it 2 run sound in et plus after quiting et rez is crashing from from 1024x768 into 320x200
Dunno whats going on :/
gfx details:
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce 7900 GS/PCI/SSE2
GL_VERSION: 2.0.2 NVIDIA 87.76
soundproblem:
Sound memory manager started
Sys_LoadDll(/home/enosken/.etwolf/etmain/ui.mp.i386.so)...
Sys_LoadDll(/home/enosken/.etwolf/etmain/ui.mp.i386.so) failed:
"/home/enosken/.etwolf/etmain/ui.mp.i386.so: cannot open shared object file: No such file or directory"
Comments
8
format c:

ahahahahaha (dont try it plz)
Troubleshooting
Sound Issues
I found that sound did not work for my setup, giving me the following error:
/dev/dsp: Input/output error Could not mmap /dev/dsp
To resolve this issue I simply typed from root terminal the following:
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss

More info:
http://www.ubuntuforums.org/showthread.php?t=5246
It's for ubuntu, but I guess it works in other linuxes too. Worked for me though ^^
Parent
k atm i have ubuntu with kde so it should work - by anychance you know how 2 change ubs rate 2 500hz ?
Parent
why ubuntu with kde? ;::D why not kubuntu?
Parent
i did the following
Quote
Polling Rate

The polling rate can be set in recent kernels with the mousepoll parameter on the usbhid module, the default is ten miliseconds. The polling rate is a nonzero integer in millisecond units. You can easilly set this as the default by adding a line such as:

options usbhid mousepoll=1

To your /etc/modprobe.conf or /etc/modules.d/usb file (use whichever your distribution uses, obviously).
Parent
you just can't handle it! xD
Back to top