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. |
|
 |
|
12-12-2007, 05:47 AM
|
#1
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Rep:
|
keyboard doesnt work
yup. You read right. My regular, non-USB keyboard does not want to work with Slackware. Its recognized on startup at the boot prompt, but when I try to login, it doesn't read anything. What is the problem? This is kinda stupid.
|
|
|
|
12-12-2007, 07:32 AM
|
#2
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,623
|
What kind of keyboard is it ? What is your default init level ? Do you boot straight into KDM (GUI login) (init 4) or to the regular CLI (command line interface) login (init 3) ?
|
|
|
|
12-12-2007, 10:22 AM
|
#3
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Original Poster
Rep:
|
Regular type of keyboard, standard with the HP a1410y desktop computer. Its PS/2 jack. I boot into command line first, then used kdm from root, or startx after creating user.
|
|
|
|
12-12-2007, 10:38 AM
|
#4
|
|
LQ Newbie
Registered: Feb 2004
Location: South Carolina
Distribution: Slackware et. al.
Posts: 29
Rep:
|
If I understand you correctly, the keyboard works at the command line since you can "startx", but doesn't work in the GUI. Check your xorg.conf file; it appears to be telling x that you either don't have a keyboard or that you have some unusual keyboard.
|
|
|
|
12-12-2007, 11:01 AM
|
#5
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Original Poster
Rep:
|
No, at the initial LILO screen, at the boot prompt, I can type. But after everything loads, and comes to the shell login, I can't type.
|
|
|
|
12-12-2007, 02:11 PM
|
#6
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,623
|
Ok, which Slackware version are you using and with what kernel ? Looks like there's something wrong with the keyboard driver. Did you just install Slackware ? If so, check the md5sum of the install CD/DVD.
|
|
|
|
12-12-2007, 03:05 PM
|
#7
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Original Poster
Rep:
|
I have already installed Slackware on my laptop, which is what I'm using right now. Its Slackware 11, with the default sata.s (something like that) kernel. It works for my laptop, but not my desktop.
|
|
|
|
12-12-2007, 03:19 PM
|
#8
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,623
|
Maybe try out a different kernel. Try 'huge26.s' for example.
|
|
|
|
12-12-2007, 04:19 PM
|
#9
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Original Poster
Rep:
|
OK, this solved the keyboard problem, but still no mouse. What entry do i need to make sure I have in xorg.conf to make my mouse work? And what program do I open it up with in command line (given it doesn't have nano).
|
|
|
|
12-12-2007, 06:42 PM
|
#10
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Original Poster
Rep:
|
Anybody have any ideas? I'm without a desktop computer right now...
|
|
|
|
12-12-2007, 06:56 PM
|
#11
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,183
|
If it's a wheel mouse, in xorg.conf, change:
to:
then at rhe bottom of the mouse section, add:
Code:
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
It has pico, similar to nano.
Last edited by brianL; 12-12-2007 at 06:59 PM.
|
|
|
|
12-12-2007, 07:56 PM
|
#12
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Original Poster
Rep:
|
OK, I changed the PS/2 to IMPS/2, and added the lines at the end, but when I tried to startx, or start kdm, it said it couldnt find a screen. So I deleted the last two lines, and it came up, but my mouse still doesnt work. Do those lines need to be in a subsection? Cause I put them after the last section, before the next device starts.
|
|
|
|
12-12-2007, 09:00 PM
|
#13
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Original Poster
Rep:
|
Do I make a separate section for those lines, or try a different kernel? If the last one, which kernel?
|
|
|
|
12-13-2007, 01:29 AM
|
#14
|
|
Member
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Rep:
|
Put those lines directly underneath your "IMPS/2" entry. If X still won't start, check /var/log/Xorg.0.log, and look for any lines beginning with EE or WW.
|
|
|
|
12-13-2007, 06:07 AM
|
#15
|
|
Senior Member
Registered: Feb 2007
Location: My HDD...
Distribution: WinXP for designing, Linux for life.
Posts: 2,329
Original Poster
Rep:
|
X starts, but my mouse still doesn't work.
|
|
|
|
| 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 09:07 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
|
|