LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-17-2007, 01:12 PM   #1
Unr3a164
Member
 
Registered: Apr 2007
Distribution: Windows 8.1. Attempting to get Slack 14.1 working.
Posts: 147

Rep: Reputation: 16
A couple of issues.


I am running Slackware 12 on a Gateway Notebook AMD64. The first issue I have is with my USB drive. When I plug it in, Slackware 12 recognizes it and pops up asking me if I want to open it to view the files, but when I do that, I get an error about not being able to mount the device. I have to mount it manually every time I plug it in.

The second issue I have is with my mouse. The scroll wheel does not work on it. It is a Microsoft Wireless Notebook mouse.

Any ideas? Thanks.
 
Old 10-17-2007, 01:22 PM   #2
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
See the sticky thread titled "12.0 and HAL" for the first problem.
For the second problem, generate a new xorg.conf with "X -configure" and copy it to /etc/X11/xorg.conf - if that doesn't make the scroll wheel work, we'll go from there.
 
Old 10-17-2007, 01:26 PM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Unr3a164 View Post
The second issue I have is with my mouse. The scroll wheel does not work on it. It is a Microsoft Wireless Notebook mouse.
As an alternative to Robby's suggestion, you could try and change the parameter to the psmouse module probe in /etc/rc.d/rc.modules - I have a ThinkPad where the mouse in X does not work if I do not change the line
Code:
/sbin/modprobe psmouse proto=imps
to
Code:
/sbin/modprobe psmouse proto=any
Eric
 
Old 10-17-2007, 01:29 PM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by Unr3a164 View Post
I am running Slackware 12 on a Gateway Notebook AMD64. The first issue I have is with my USB drive. When I plug it in, Slackware 12 recognizes it and pops up asking me if I want to open it to view the files, but when I do that, I get an error about not being able to mount the device. I have to mount it manually every time I plug it in.

The second issue I have is with my mouse. The scroll wheel does not work on it. It is a Microsoft Wireless Notebook mouse.

Any ideas? Thanks.
Hi,

You should use a better description for the subject line. Plus post any error messages related to the problem.

As a user, does the user belong to the proper groups? If you are in kde and using kdm then the user must be added to the proper group in the '/etc/group' file. You should add the groups when you create the user for the system. The login.defs are just default.

Code:
 excerpt from /etc/login.defs;

 cat /etc/login.defs |less
# Use with caution - it is possible for users to gain permanent
# access to these groups, even when not logged in on the console.
# How to do it is left as an exercise for the reader...
#
# Most of these groups are self-explanatory, with the possible
# exception of "plugdev", which allows the use of plugable devices
# such as USB storage (flash memory sticks, most digital cameras,
# some media players, and other devices), many IEEE1394 (sometimes
# called "FireWire") devices, and more.  For plugdev devices, the
# use of HAL is required.  HAL also helps users interact with
# hardware in the other groups below (and other hardware) more
# easily as well, so it's a good idea to turn HAL on for any
# machine that will be used from the console.
#
# Note that users are added to these default groups only when
# logging into a shell with /bin/login, not when using a login
# manager such as kdm.  In that case, users who should have
# hardware access must be added to the appropriate groups
# when the user is added with adduser or useradd, or by editing
# /etc/group directly.
#
CONSOLE_GROUPS          floppy:audio:cdrom:video:plugdev
As for the mouse 'issue' could have done a search on LQ Slackware forum as this has been covered a lot.

Code:
 excerpt from 

~# cat /etc/X11/xorg.conf |less

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
#
#01-24-06 17:00 gws
#
    Option "Buttons"       "7"
    Option "ZAxisMapping"  "4 5"
#end 01-24-06 gws
Google & LQ searches are good places to search for answers to problems of this type. The problems are answered all the time!


edit: change the Option "Protocol" to your mouse protocol for the Microsoft mouse. If it is the intelli then the one shown will work.

Last edited by onebuck; 10-17-2007 at 01:32 PM. Reason: suggeston
 
Old 10-17-2007, 01:31 PM   #5
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by Alien Bob View Post
As an alternative to Robby's suggestion, you could try and change the parameter to the psmouse module probe in /etc/rc.d/rc.modules - I have a ThinkPad where the mouse in X does not work if I do not change the line
Code:
/sbin/modprobe psmouse proto=imps
to
Code:
/sbin/modprobe psmouse proto=any
Interestingly enough, the one on my ThinkPad (T41) won't work with any of the protocols except "imps" (unless I'm using the synaptics driver, in which case, I use the kernel default - which is "any," I think).
 
Old 10-17-2007, 03:42 PM   #6
Unr3a164
Member
 
Registered: Apr 2007
Distribution: Windows 8.1. Attempting to get Slack 14.1 working.
Posts: 147

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by onebuck View Post
You should use a better description for the subject line. Plus post any error messages related to the problem.
I do apologize. I am at work, and do not have access to the error code right now. I will post it when I get it.

I appreciate all the help. I will try some things tonight and see how I fare. Thanks.

DF
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
couple of issues DarkNecromancer Slackware 3 02-16-2006 10:22 PM
A couple of issues with ubuntu dannyl Ubuntu 11 01-02-2006 09:27 PM
Couple issues/questions nagamitsu Fedora 3 01-05-2005 06:37 PM
A couple of issues with libmadin RH 9.0 hedburner Linux - Newbie 0 12-13-2003 06:28 PM
A Couple of Issues with Redhat 9!!! Frozen Gamez Linux - Hardware 1 10-02-2003 06:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration