Hello guys. I’ve just installed openSUSE 12.2 in my Toshiba Satellite laptop (just one year old) and everything went absolutely fine except for one thing: the thouchpad does not work (nor does the Fn + F9 key combination that activates/deactivates it). Before openSUSE I had Mageia2 installed on the same laptop and the touchpad worked with no problem. During the installation I used a USB mouse for the process instead of doing it with the touchpad (as I did with Mageia2), but don’t know if that has something to do with the touchpad not being recognized by the system.
I would really appreciate your help, 'cause I don’t want to install the system again.
Hello deano_ferrari. The output of the command is the following (the first time it was with the usb mouse plugged and the second after having unplugged it):
[QUOTE=linmach89;2515672]Hello deano_ferrari. The output of the command is the following (the first time it was with the usb mouse plugged and the second after having unplugged it):
Unfortunately, nothing in your output suggests that the touchpad hardware is detected at all. Is your touchpad disabled in the BIOS perhaps? Is this a dual-boot system with windows installed? If so, do you have a working tochpad with the latter OS? Can you tell us the exact Toshiba Satellite model you have?
This may need a bug report submitted.
You could try using a Live CD/DVD (different distro) to see whether that makes a difference.
the thouchpad does not work (nor does the Fn + F9 key combination that activates/deactivates it).
Some Satellite (older laptop) models have function hotkey support via the toshiba_acpi kernel module, but it depends on the BIOS used, so YMMV. Anyway, you could try
sudo /sbin/modprobe toshiba_acpi
If no errors are reported, then try toggling the Fn+F9 key.
if you want a $ as prompt then you can find this file(.bashrc) in home folder and then add a line at the end as PS1=$. The next time you start terminal it will open with a dollar alone.
The default variable for PS1 is
$(ppwd \l)\u@\h:\w>
. You can change the > to $ by setting the variable in the .bashrc as
On 01/05/2013 04:16 AM, linmach89 wrote:
> (Unrelated Note: I’ve just noticed that in the terminal my command
> prompt ends with >, but shouldn’t it end with the sign $ instead?)
unrelated answer: the Unix standard was $ for user and # for root…as
far as i know there is no established ‘standard’ for Linux…SuSE, SUSE
and openSUSE has changed over the years…today “[something]:~>” is the
typical/default prompt for a user in her home… and
“[something]:~/Desktop>” in his Desktop, etc
while “[something]:~ #” is root in home or “[something]:/home/denverd #”
is root in my home…
if you prefer a different prompt it is configurable…i can tell you
where, but not how…
Yes deano_ferrari, that was the problem. I don’t know why it was disabled, I had touched the BIOS only to change the booting order. Anyway it works now. Thank you for your help.