Fedora Hardware :: Rock Mini Keyboard With Touchpad Not Working?
Jan 6, 2011
I bought a Rock Mini keyboard with touchpad MSZ-KBTP. The touchpad is working with fedora 14 but some of the keys are not what they should be. I tried changing the keyboard layout under gnome keyboard settings but the keyboard is not listed.
View 5 Replies
ADVERTISEMENT
Aug 27, 2010
I couldn't find a place to post Cent OS questions so don't bite if this is in the wrong place
I have a KeySonic 2.4Ghz Wireless Keyboard with Integrated TouchPad which I am trying to get to work.
Now there are some reviews saying it works straight out the box on Linux. This was almost the case for me.
The keyboard works straight away but the touch pad doesn't work at all not even the mouse buttons
I am running CentOS release 5.3 (Final) Kernel 2.6.18-128.el5
I would really appreciate any advice at all, I have checked the output of: cat /proc/bus/input/devices
Which gives:
Code:
View 5 Replies
View Related
Sep 19, 2010
I can log into ubuntu using my keyboard and mouse but about 5 seconds after I hit enter my mouse quits working. Keyboard still works so I can open terminal and use all keyboard. But, if I hit the touchpad toggle button over and over again many many times in a row, the mouse will start to work and my keyboard stops. I don't know what my course of action is to fix this strange problem. It just started today.
View 1 Replies
View Related
Jun 14, 2010
I set up my Mac Mini to dual boot Windows 7 and Ubuntu. I started with Windows only, and allowed it to rewrite the partition table (GPT/MBR). When I tried to install Ubuntu, it didn't see Windows until I used Gdisk to delete the GPT portion. Then it recognized the Windows partition and installed Ubuntu as per normal. Now when I boot, I get GRUB and the option to boot Ubuntu or Windows 7. The only problem is that the USB keyboard (Aluminum or standard PC keyboard) doesn't work until an OS is loaded.
Is this an EFI problem? I'm starting to think that EFI is required for USB keyboard support at bootup since it replaces the BIOS functionality. Is this even remotely accurate? Did I mess things up by not going the rEFIt route? I'm not sure what I can do at this juncture as I can only boot into Ubuntu.
I could install OS X, rEFIt, then Windows and Ubuntu, keeping rEFIt as the boot loader, but if there's an easy solution I'd like to avoid that. More importantly, I'd like to understand what's going on.
View 3 Replies
View Related
Jun 2, 2011
I was going to render the video that i made last night, and then in the morning, My ubuntu 10.10 boot normally, but when in the Ubuntu plymouth(the ubuntu logo with 5 dots) showed,there are text told me like this Code:Keys: Press S to skip Mounting or M for manual Recoverysince that moment my keyboard and touchpad are not working, but ifi use an external keyboard and mouse it would working flawlessly, note that i don't have an external keyboard.i'm trying to boot into recovery mode, my keyboard is working very good, but i don't have any idea what is the problem.
View 9 Replies
View Related
Jul 31, 2011
I was trying to tweak my video card's performance by configuring the xorg.conf file. There were many lines unrelated to the card there; so, to make the file cleaner, I decided to delete all the sections except the one I was dealing with. Obviously I shouldn't have done that. After rebooting the system, all the hardware that provided human interface stopped working. Now I have to find a way to delete that xorg.conf file. The computer is still connecting to the internet, and I have another computer running Debian available. Is there a way to access the broken computer with the other one?
View 4 Replies
View Related
Apr 13, 2011
on my netbook I have a Debian unstable/sid system. A few days ago I did an apt-get (dist-)upgrade which I think also updated the X-Server. Since then my netbooks keyboard and touchpad are not working as soon as the desktop is started (I think gdm).
The Keyboard works during the Grub selection and also in recovery mode (Root Terminal), so I'm sure its not a hardware problem. Could it be that the X-Server unloads the kernel modules for those two devices?Also if I plug in a USB keyboard or mouce they are working.
View 3 Replies
View Related
Apr 7, 2011
I wanted to install Ubunutu on my laptop and it currently has windows vista installed on it and installed using latest Wubi. I selected Ubuntu from dropdown menu after the system restarted. But when the sytem shows the username page to login the KEYBOARD and MOUSE are not responding.
I am using Lenovo Y series laptop and using the inbuilt keyboard/touchpad.
View 1 Replies
View Related
May 7, 2010
I am running Ubuntu 10.04 Lucid Lynx LTS. My laptop is an HP Pavilion TX1210AU (TX1000 series). After disabling the touchpad using the toggle button and reenabling it again, it stopped working. I tried restarting my laptop and the mouse worked again only up to the Login Screen. After logging in to my account, the mouse froze again. I tried making a new account and tried logging into it (I'm using it now) and it's now fixed. Does Ubuntu change any user settings everytime the touchpad toggle (on/off) button is switched? Maybe I could just reenable it myself.
View 2 Replies
View Related
Aug 20, 2010
i haven't used my computer in a fiew days so i went to update there was alot of updates
i updated and just as the update was finished my laptop screen turned off so i got it to reboot with alt+crtl+delete but now when my computer starts the touch-pad do-sent work and i have to use this ridiculous laser mouse does anyone know the package that needs to be downgraded for my laptop touchpad to work its the acer extensa 5635
View 1 Replies
View Related
May 30, 2010
Long term Fedora user, I have recently decided to set up a small shuttle computer as a media centre (using mythTV), data store/NAS (so all my data is centralized), mini web server, etc. After installing I had the fun of trying to get my audio working correctly (which I did eventually .. after finding out I unplugged the audio after the second reboot and solved it after somewhere). After this, I got internet video searching working through mythTV using adobe Flash. I then went to bed only to find the internet not working (can't telnet, can't traceroute, can't anything). This is both as the mythtv user I have set up and as root.
The setup I have is:
PC -> router -> interweb
192.168.1.7 -> 192.168.1.1 -> interweb
I also have a laptop (F12) which is on 192.168.1.5.
The laptop has access to the internet just fine (no problem at router / interweb).
I have the only access to the router and disabled any ISP access (no changes in router).
I have the only access to the PC (no changes in PC).
I have set SElinux to permissive (no selinux issues).
I have temporarily disabled iptables on the PC (not firewall issue).
So, I decided to look at the differences between my two machines on the network. Initially the PC was missing the route:
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
I changed the services on startup so thet 'NetworkManager' was off, but 'network' started (exactly like my laptop). I turned off avahi-daemon, and any other network sort of daemon which doesn't match my laptop (which I have also customized).
I then set my eth0 config file to this:
Code:
# nVidia Corporation MCP77 Ethernet
DEVICE=eth0
HWADDR=00:30:1B:47:C4:FF
ONBOOT=yes
BOOTPROTO=none
TYPE=Ethernet
DNS1=192.168.1.1
USERCTL=yes
IPV6INIT=no
# DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
# NAME="System eth0"
# UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
IPADDR=192.168.1.7
NETMASK=255.255.255.0
NM_CONTROLLED=yes
GATEWAY=192.168.1.1
MTU=1432
# PREFIX=24
Commented out any lines which I didn't recognize. So, right now netstat -rn returns:
Code:
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
/etc/sysconfig/network:
Code:
NETWORKING=yes
HOSTNAME=sophie
And to me everything looks OK.
I even have inter-communication working fine (I can SSH between the two servers no problems - 192.168.1.7 <-> 192.168.1.5). I can do DNS queries from both just fine (nslookup google.com returns fine). I just can't get any information back from the net. Would it be work me doing a tcpdump or wireshark dump etc ('tcpdump > file' would be easier for me)?
View 2 Replies
View Related
Oct 22, 2009
I am using a USB live version of Fedora 11 and when I am running Fedora my touchpad is not working at all. I have checked the various options in the Mouse prefs with no success.
how to fix this?
Acer Aspire 6930
Intel Core2 Duo CPU T6400 @ 2.00 GHz
64-bit OS
Vista Home Premium, Service Pack 1
Running Fedora 11 Live via USB
View 2 Replies
View Related
Aug 29, 2011
i'm having a little bit of trouble with my touchpad, it is apparently recognized as a PS2 Mouse, so no edge scrolling obviously, i read through xorg-x11-drv-synaptics-1.4.0.901-1.fc15 (1686) description:
Code:
This is the Synaptics touchpad driver for the X.Org X server. The following touchpad models are supported:
* Synaptics
* appletouch (Post February 2005 and October 2005 Apple Aluminium Powerbooks)
* Elantech (EeePC)
* bcm5974 (Macbook Air (Jan 2008), Macbook Pro Penryn (Feb 2008), iPhone (2007), iPod Touch (2008)
Note that support for appletouch, elantech and bcm5974 requires the respective kernel module. A touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad become available.
Features:
Movement with adjustable, non-linear acceleration and speed. Button events through short touching of the touchpad ("tapping"). Double-Button events through double short touching of the touchpad. Dragging through short touching and holding down the finger on the touchpad. Middle and right button events on the upper and lower corner of the touchpad.Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad.
The up/down button sends button four/five events. Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad. * The multi-buttons send button four/five events, and six/seven events for horizontal scrolling.Adjustable finger detection. Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.) Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server. and it says that it requires specific kernel modules for the touchpad, otherwise it will be recognized as a normal mouse. Maybe I'm wrong but i think my problem fits in this state.
My notebook is a Dell N4030, Here are some outputs:
uname -a:
Code:
Linux alberto-dell 2.6.40.3-0.fc15.i686 #1 SMP Tue Aug 16 04:24:09 UTC 2011 i686 i686 i386 GNU/Linux
lspci:
Code:
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
[code]....
View 14 Replies
View Related
Aug 25, 2010
I'm running F13 on an HP-dv6 with a Synaptics touchpad. I have not had any problems with the touchpad until the latest kernel upgrade to 2.6.33.8-149.fc13.x86_64. Now, intermittently with no obvious cause, yhe Synaptics driver fails to load at boot resulting in a dead touchpad. I've tried altering my xorg.conf with no results. The error message I get during boot when this happens is:
Code:
unable to query Synaptics hardware I've done some Googling as well as searching these forums and have found several suggestions, none of which seem to work. I already have /etc/X11/xorg.conf.d/10-synaptics.conf which reads:
Code:
##
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "synaptics"
Option "TapButton1" "1"
EndSection
When it works it works great. Just seems to be no rhyme or reason for it. When it's not working and I try to run synclient I get an error that the synaptics module is not loaded. I'm wondering if anyone else has had this problem, or is it just me?
View 11 Replies
View Related
Jan 6, 2011
Let me preface this by stating that I am a very new Linux user (newb) so I could be missing something very obvious. I have a Toshiba Satellite L645D-S4056 and recently installed Fedora 14 (64-bit GNOME) with all sorts of updates and software. I'm working my way through all of the hardware to get it all running properly. I figured out how to get the RealTek wireless-n adapter working.
The webcam is working even with Skype which is tricky on the 64-bit version. At the moment, my touchpad doesn't work. I see a lot of articles online about the touchpad not double-tapping, but mine doesn't work at all. I've been using a mouse for all my GUI stuff. I went to SYSTEM --> PREFERENCES --> MOUSE and selected the touchpad tab, but I can't figure out how to make it work.
View 3 Replies
View Related
Feb 13, 2010
Touchpad on my laptop does not works after I resume it from hibernation/suspend. I have FC9 (sulphur) installed on my system.
View 3 Replies
View Related
Jan 12, 2010
My Dell Vostro 1520's Dell Wireless 1397 WLAN Mini-Card must not have been set-up correctly, as the Network Manager won't even let me select the wireless tab. Please just explain to me, step by step, what exactly I must do to make it work! Additionally, I can't figure out how to disable my Touchpad's Tap to Click funtionality, which must be done if I'm to effectively use my current KDE installation of openSUSE
View 9 Replies
View Related
Oct 25, 2010
I'm using the Rii Mini Keyboard with touch pad on my home theater setup and love it. Does anyone know of a way (other than the mouse settings) to set the sensitivity and settings on the touch pad. There are no touch pad settings under the mouse options and no special drivers loaded (that I can find) for the keyboard and touch pad.The Synaptic touch pad posts that I've found don't seem to apply. Lucid 10.04 64/bit
View 2 Replies
View Related
Jul 25, 2010
I upgraded my HP Mini 1120 to 10.04. Everything seemed fine, then after a few days, the touchpad quit working. In the mouse preferences dialog the touchpad setting tabs have disappeared.
I tried uninstalling gpointing-device-settings then reinstalled it. No joy.
View 7 Replies
View Related
Jan 6, 2011
I am a very new Linux user (newb) so I could be missing something very obvious. I have a Toshiba Satellite L645D-S4056 and recently installed Fedora 14 (64-bit GNOME) with all sorts of updates and software.
I'm working my way through all of the hardware to get it all running properly. I figured out how to get the RealTek wireless-n adapter working. The webcam is working even with Skype which is tricky on the 64-bit version.
At the moment, my touchpad doesn't work. I see a lot of articles online about the touchpad not double-tapping, but mine doesn't work at all. I've been using a mouse for all my GUI stuff.
I went to SYSTEM --> PREFERENCES --> MOUSE and selected the touchpad tab, but I can't figure out how to make it work.
View 1 Replies
View Related
Jan 12, 2011
whenever I start my laptop with Ubuntu Installed the startup screen goes strange (fuzzy/block type) then is fine when the desktop appears, but I can't use the touchpad or the keyboard.
Is there a repair option or does anyone know what has happened ?
View 3 Replies
View Related
May 15, 2010
I'm using an Apple bluetooth keyboard, model A1016 the one with a white bottom inside clear plastic. The machine is a Mac Mini (2,1) and I also have an Apple bluetooth mouse. The mouse works fine on Ubuntu 10.04. The keyboard has issues.
When I add the keyboard using the bluetooth applet, I find that I can't assign a specified PIN. I have to use automatic PIN, and then type the random number presented. That works until I reboot the machine.
After reboot the bluetooth applet menu shows both the mouse (connected) and the keyboard (not connected). If I tell it to connect the keyboard, nothing happens. The only thing I can do is delete the keyboard, re-add it, with a new random PIN.
View 1 Replies
View Related
Aug 3, 2011
Just bought a new Mac Mini, no optical drive. Using a USB drive, I can get to the EFI grub menu, and boot to the installer menu, but from there the keyboard (USB) doesn't work at all. I've tried every combination of boot flag and am at my wits end. Booting using BIOS results in a "Boot error" message, no grub.Update:Using the 11.04 amd64 iso, I have a slightly different problem. Eventually after grub, I get kicked to a minimal shell (dropbear maybe?) with the complaint "unable to find a live medium." However, from other searches, this may be an issue with a corrupt USB disk, and not a problem with the Mac/EFI boot process.
View 1 Replies
View Related
Apr 20, 2011
just find this mini keyboard,and wondering whether it is interesting to use. I have ever think of getting a remote to control all electronics,but this keyboard can give a total control,Is it similar to remote?
View 1 Replies
View Related
Jun 1, 2010
I've installed Netbook Remix on a partition on my Advent 4211 (MSI Wind clone) XP netbook. It is the first time I have ever used Linux, apart from abortive efforts to install various distros on an old laptop a few years ago (wifi wouldn't work).
(1) I am a touch-typist and would like to set the Shift key to RELEASE the CapsLock, as on old manual and electric typewriters, which is how my other Windows keyboards are set to operate, but the nearest option (out of so many ) in Ubuntu seems to be "Pause CapsLock", which is no good.
(2) I need to DISABLE the touchpad - the nearest option seems to be "Disable while typing" - inadequate for me, trailing thumbs are causing havoc I like this OS (it seems especially neat with the latest Chrome) but those two "shortcomings" are constant nuisances.
View 2 Replies
View Related
Apr 17, 2011
I have an Asus K6LIC laptop. In Windows if I press function+F9, it toggles my touchpad on and off. I'm wondering if I can get this functionality in Ubuntu 10.10. All other function keys work, except for this one. The only thing I can find is to permanently disable the touchpad, which is not what I want to do.
View 3 Replies
View Related
Apr 26, 2010
I have hust installed a fresh copy of CentOS 5 on my Lenovo 3000 Y500 notebook. It is not recognising my Keyboard and TouchPad.
View 1 Replies
View Related
May 5, 2010
I have a big problem after i installed the ATI proprietary drivers. I expected something weird to happen when using proprietary stuff, but I did not expect them to stop my touchpad from functioning
I've been running sid on that laptop for ages and followed the guide on the Debian wiki and installed: "apt-get install linux-headers-2.6-$(uname -r | sed 's,.*-,,') fglrx-control fglrx-driver". This worked like a charm and the module got compiled OK. I then rebooted the computer (couldn't restart Xorg, the screen went black for some reason, but that's not the issue here) but when the kernel started it dumped a lot of udev errors concerning libsane. It booted up OK though, but when i tried to log in i couldn't use my keyboard or my touchpad. My external keyboard and mouse worked, but i had to disconnect them and connect them again to get them working. I suspect that the laptop keyboard and touchpad are connected by usb internally, but they are tricky to disconnect and reconnect
I then did a "apt-get remove" on all those packages installed and also an "apt-get install --reinstall" on the kernel. But I still have the same problem. I suspect that dkms did something bad, but I can't figure out what to remove or reinstall to get around this problem. I also tried to remove libsane, since udev dumped a lot of error messages, but I don't understand what the connection is there (except of course that udev is used for the keyboard and touchpad)
I also don't suspect the "unstableness" of sid to be the problem here. Rather something I haven't removed or reinstalled.
Does anyone have an idea about what I can do to revert this? I really don't want to reinstall the laptop.
Edit: Just, to sum it up. The real question here is: "How do I get rid of all the mess that ATI proprietary driver caused and installed?"
View 3 Replies
View Related
Feb 9, 2011
Buying a media pc to attach to LCD TV and want to install Linux and not Windows7 on it. I also want to purchase the Rapoo 2900 Touch Slim Wireless Keyboard with TouchPad to use on this system. Any recommendations or opinions with this type of wifi keyboard using any Linux distro? I was thinking of using a Debian based distro (aptosid, Ubuntu) but not sure what the wifi/hardware support is like when it comes to drivers?
View 1 Replies
View Related
Mar 13, 2010
Hey guys, I've been trying to install quake 4 on my debian linux 64-bit Lenny Computer, but the problem is when I put the other CDs in I get an error that I do not have permission to read them. I went to the zerowing site for Quake 4 [URL].. and they said that the CDs have Rock Ridge Protection and they give an explanation:
The install CDs have Rock Ridge extensions which may get in the way of copying the files to your hard drive. You should make sure to mount the CDs ignoring the extension ( "-o norock" ) or setup appropriate mounted partition ownership / copy files as root and fixup manually. They said to mount the CDs by ignoring the extension.
View 8 Replies
View Related