Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-05-2012, 10:33 AM
|
#1
|
|
LQ Newbie
Registered: Dec 2011
Distribution: Slackware/Debian
Posts: 19
Rep: 
|
update to current - mouse and keyboard not working
Hi, today I update my two machines (both running Slackware Current) using slackpkg and after restart mouse and keyboard aren't working.
My first machine is a PC using integrated Intel videocard and wireless a4tech mouse and keyboard, here is a x.org log:
http://dl.dropbox.com/u/605085/Xorg.0.log
My second machine is a notebook using nvidia card, touchpad and keyboard not working, here's a log:
http://dl.dropbox.com/u/605085/Xorg2.log
Keyboard works before I start X.org so I type "Xorg - configure" but it didn't works.
Is there any solution to fix this (other then to reinstall packages from x directory of Slackware 13.37)?
|
|
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
05-05-2012, 10:39 AM
|
#2
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware, Debian
Posts: 12,522
|
Yes, I had the same problem, but it was totally my fault. I forgot to launch the mandatory
Code:
slackpkg install-new
After that it worked.
|
|
|
4 members found this post helpful.
|
05-05-2012, 10:47 AM
|
#3
|
|
Member
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware 13.37
Posts: 171
Rep: 
|
Quote:
Originally Posted by lukkon
|
=>
Code:
[ 31.013] (EE) Failed to load /usr/lib64/xorg/modules/input/evdev_drv.so: libmtdev.so.1: cannot open shared object file: No such file or directory
You didn't update your installation properly. New package "mtdev" is missing. (From the Change Log: "x/mtdev-1.1.2-x86_64-1.txz: Added. This is a multitouch library needed by the evdev and synaptics drivers.")
When updating your installation, *always* do "slackpkg install-new" before you do "slackpkg upgrade-all".
Edit: TobiSGD is faster and better at answering questions than I'll ever be 
Last edited by 55020; 05-05-2012 at 10:49 AM.
Reason: worshipping TobiSGD
|
|
|
|
05-05-2012, 10:48 AM
|
#4
|
|
LQ Newbie
Registered: Dec 2011
Distribution: Slackware/Debian
Posts: 19
Original Poster
Rep: 
|
Thanks a lot! Now it works. I didn't know option "install-new" in slackpkg, in the future I will remember to use it 
|
|
|
|
05-05-2012, 01:39 PM
|
#5
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,866
|
Quote:
Originally Posted by TobiSGD
Yes, I had the same problem, but it was totally my fault. I forgot to launch the mandatory
Code:
slackpkg install-new
|
 me too, thanks for the hint.
Markus
|
|
|
|
05-05-2012, 01:43 PM
|
#6
|
|
Member
Registered: Feb 2010
Distribution: Slackware64
Posts: 86
Rep:
|
Quote:
Originally Posted by TobiSGD
Yes, I had the same problem, but it was totally my fault. I forgot to launch the mandatory
Code:
slackpkg install-new
After that it worked.
|
+1
Thanks for the post.
|
|
|
|
05-05-2012, 01:44 PM
|
#7
|
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Slackware 14.0
Posts: 8,464
|
I also use
Code:
slackpkg install patches
Kind regards
|
|
|
|
05-05-2012, 02:44 PM
|
#8
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware, Debian
Posts: 12,522
|
Quote:
Originally Posted by repo
I also use
Code:
slackpkg install patches
Kind regards
|
Would you like to explain? On my -current mirror /patches is empty (besides some text-files), so I don't understand that command.
|
|
|
|
05-05-2012, 03:15 PM
|
#9
|
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Slackware 14.0
Posts: 8,464
|
It's part of a script I run when I look for updates.
So if there are patches they will be installed also.
Code:
slackpkg update
slackpkg upgrade-all
slackpkg install-new
slackpkg install patches
Kind regards
|
|
|
|
05-05-2012, 04:52 PM
|
#10
|
|
Member
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 213
Rep:
|
i do this thing
slackpkg update
slackpkg upgrade-all
slackpkg install-new
slackpkg install patches
but my ati drivers doesnt work anymore ja! i cant install it
anyone?????
thanx guys
|
|
|
|
05-05-2012, 04:55 PM
|
#11
|
|
Member
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 630
Rep: 
|
Quote:
Originally Posted by specialized
but my ati drivers doesnt work anymore ja! i cant install it
|
A binary driver from ATI?
and it doesn't work or it wont install?
EDIT
And I got caught by the mtdev thing, seems it becomes a dependency for every input driver when they get built with it present.
Last edited by wildwizard; 05-05-2012 at 04:57 PM.
|
|
|
|
05-05-2012, 05:15 PM
|
#12
|
|
Member
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 213
Rep:
|
yes, the binary from ati
install, but doesnt works.....the effects of kde are off and if i run
aticonfig --initial --input=/etc/X11/xorg.conf , and startx, fails
only erasing xorg.conf works......but without effects
|
|
|
|
05-05-2012, 05:15 PM
|
#13
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,866
|
Quote:
Originally Posted by specialized
...
but my ati drivers doesnt work anymore ja! i cant install it
|
Code:
slackpg clean-system
uninstalls radeon_hd and some other packages, maybe you have a conflict there.
Markus
|
|
|
|
05-05-2012, 05:16 PM
|
#14
|
|
Member
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 213
Rep:
|
i did it......but thats not the solution
|
|
|
|
05-05-2012, 05:18 PM
|
#15
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,866
|
Which graphics-adapter do you have?
Markus
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:29 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|