Thread: 11.04 laptop network and touchscreen
hi folks,
have samsung nb30 touchscreen netbook running 11.04. issue touchscreen , wifi work fine out of box disable after suspend/resume. ideas how solve this? have tried usual solutions on "linux on samsung" voria forum no avail.
cheers,
james
update - both solved.
wireless issue because ndiswrapper using wrong driver, sourced correct realtek driver online (windows xp version) , installed ndiswrapper. ndiswrapper gui can install repo useful.
touchscreen issue solved via of user on voria linux on samsung forum, quoted below:
had problem too, , fixed it.
had same issue (working fine until sleep/wake) wireless. applied solution found touchscreen , worked.
i'd been manually unloading , reloading wifi module these 2 commands after every resume sleep:
code:
sudo rmmod r8192e_pci; sudo modprobe r8192e_pci
worked, bit cumbersome. forum post pointed website told me how computer automatically:
http://www.voria.org/forum/viewtopic...start=15#p5165
need create file called unloadmodules, in directory /etc/pm/config.d/ , put line in suspend_modules=”r8192e_pci hid_egalax” space separated list of modules want given kick on resume (you can use lsmod list ones active on system).
original post tells use vi, used, can bit scary line should create/overwrite (so check there's nothing there first) file single line in it:
code:
sudo echo 'suspend_modules="hid_egalax"' > /etc/pm/config.d/unloadmodules
note there's closing double quote , single closing quote before > character. reboot , should you.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] 11.04 laptop network and touchscreen
Ubuntu
Comments
Post a Comment