Jump to content

Devices don't mount anymore after kernel install


Earny
 Share

Recommended Posts

I changed edited /etc/modules:

Now it looks like this:

 

# /etc/modules: kernel modules to load at boot time.

#

# This file should contain the names of kernel modules that are

# to be loaded at boot time, one per line. Comments begin with

# a `#', and everything on the line after them are ignored.

 

scsi_hostadapter

wacom

usbcore

input

 

I rebooted, however no result.

Link to comment
Share on other sites

  • Replies 37
  • Created
  • Last Reply

Top Posters In This Topic

Did you check with this command yet?

# grep -i wacom /var/log/messages | tail

 

This is from Wacom driver loaded section of HOW TO? CLICK HERE Compare your info from the command with the HOW TO

 

From the previous lsmod it appears all the needed modules are loading

(wacom, usb-uhci, input, mousedev, evdev)

but we need to see if the the wacom version is ok... and that we can see from the above command. That is the missing link I think. ;)

Edited by kmack
Link to comment
Share on other sites

Thanks Kmack (you don't seem to give up either)

My feeling says that we are close.

Thatś what it says:

 

# grep -i wacom /var/log/messages | tail

Nov 4 07:36:05 localhost : Loading module: wacom

Nov 4 07:36:06 localhost /etc/hotplug/usb.agent: Setup wacom usbmouse hid for USB product 56a/11/203

Nov 4 07:36:14 localhost service_harddrake[1004]: found usb wacom Tablet:wacom Wacom Co., Ltd.|Graphire2 ()

Nov 4 17:38:25 localhost kernel: usb.c: registered new driver wacom

Nov 4 17:38:25 localhost kernel: input0: Wacom Graphire2 4x5 on usb1:3.0

Nov 4 17:38:25 localhost kernel: wacom.c: v1.21.3 Vojtech Pavlik <vojtech@suse.cz>

Nov 4 17:38:25 localhost kernel: wacom.c: USB Wacom Graphire and Wacom Intuos tablet driver

Nov 4 17:36:25 localhost : Loading module: wacom

Nov 4 17:36:25 localhost /etc/hotplug/usb.agent: Setup wacom usbmouse hid for USB product 56a/11/203

Nov 4 17:36:35 localhost service_harddrake[1006]: found usb wacom Tablet:wacom Wacom Co., Ltd.|Graphire2 ()

 

The Wacom howto remains abacadabra :screwy:

But how do I check the version number?

Regards

Earny

Link to comment
Share on other sites

Hi Earny, well done! (.. not that I'd know what you are doing :unsure: )

 

indeed, looks as if your wonderful tablet is recognized, initiliazed, modules loaded.

The driver version - I am not sure.

 wacom.c: v1.21.3 Vojtech Pavlik <vojtech@suse.cz>

 

On the wacom site they say:

kernel: wacom.c: v1.30-j0.4.0 Vojtech Pavlik <vojtech@suse.cz>

 

kmack? bvc?

 

The next step would be to check your XF86Config-4 file which you'll find here:

 

/etc/X11/XF86Config-4

 

There need to be additional entries (which are possibly already created) to get your wacom working. Look here as an example:

 

http://linuxwacom.sourceforge.net/index.ph.../howto/inputdev

 

You might want to post here all InputDevice sections of your XF86 file.

 

BTW: do you have a USB mouse AND a USB wacom tablet?

 

Ok, waiting til kmack is awake in Indonesia (?) or bvc is joining here.

 

--anna, [ who got NEVER asked to post her XF86Config-4 :wall: ]

Edited by anna
Link to comment
Share on other sites

Earny and Anna,

 

Sorry I am on the other side of the world and it adds to the suspense of getting things going.

 

From your post, it doesn't appear that the kernel module you need is provided by the kernel you have installed. Your "tail" shows a much earlier version than the HOW TO does. Guess we'll have to compile a new module after all. I need to do some homework and get back to you.

 

I've been really sick here and running back and forth to the hospital doing tests. I have another appointment in an hour or so, and won't be able to do this until later this morning my time at the earliest. Sorry... hope bvc or someone can offer some advice until I can get back to this.

 

Blessings... you are doing great. and you are right Earny, I am not one to give up. My motto is, "I hate to get beat by a machine!" :)

Link to comment
Share on other sites

From your post, it doesn't appear that the kernel module you need is provided by the kernel you have installed. Your "tail" shows a much earlier version than the HOW TO does. Guess we'll have to compile a new module after all.
If the 2.4.20 has the fixes and Earny's running 2.4.22.....???? Honestly, I haven't read the docs, so I'm clueless. I did glance over a few pages and it looks pretty straight forward. The mods load, rt? Then edit the XF86Config-4 and see what happens. You're gonna have to do it anyway, rt? Do it and see if it works with *cough* the latest kernel b4 messing with compiling the stuff. My 2 cents :P .
Link to comment
Share on other sites

Anna,

This is the input device section of my /etc/X11/XF86Config-4:

 

Section "InputDevice"

Identifier "Keyboard1"

Driver "Keyboard"

Option "XkbModel" "pc105"

Option "XkbLayout" "us_intl"

Option "XkbOptions" ""

EndSection

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "IMPS/2"

Option "Device" "/dev/psaux"

Option "ZAxisMapping" "4 5"

EndSection

 

I use a USB cordless mouse

 

Kmack, please take your time. My problem is not the end of the world and your health is far more important.

 

BVC and Anna:

It's not clear to me which part of the XF86Config-4: file I have to colpy.

What I will do is run Knoppix from CD (the tablet works on Knoppix) and see what Knoppix included in the file.

 

Regards

Earny

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...