LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-29-2002, 11:27 AM   #1
AcidRain
Member
 
Registered: May 2002
Location: Greece
Distribution: Mandrake 8.1
Posts: 59

Rep: Reputation: 15
Angry MS Wirelles Intelli usb mouse problem after compiling kernel


Hi to everybody

I decide to istall Linux Mandrake 8.1 but i have problem with my usb wirelles mouse (MS intelli). After the istallation of linux the mouse was working just up and down. okey i fix tha problem but putiing "hid" in /etc/modules under "scsi_hostadapter".OK. then i decide to compile the kernel (2.4.8) and follow the order to istall my usb ISDN modem(intracom Netmod). After the compilation of the kernel and boot lilo from bzImage my mouse is not working anymore. I check the make menuconfig usb adapter and everything are all okey and they are built in the kernel. I do not know where is the problem.

Can anybody please help me with this wird mouse problem? And if anybody know help to install my USB modem?

Thanks
 
Old 05-30-2002, 11:43 PM   #2
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Did you remember to configure usb mouse support in the new kernel?
 
Old 05-31-2002, 06:29 AM   #3
AcidRain
Member
 
Registered: May 2002
Location: Greece
Distribution: Mandrake 8.1
Posts: 59

Original Poster
Rep: Reputation: 15
Yes my friend i did it.

The problem i think is because the libraries are not load.

Do you know how i make the libraries to load?
 
Old 05-31-2002, 07:38 AM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
It won't be libs, you can check the loaded modules with "lsmod" as root and you can load a module with "modprobe <module-name>" again as root.
 
Old 05-31-2002, 10:22 AM   #5
AcidRain
Member
 
Registered: May 2002
Location: Greece
Distribution: Mandrake 8.1
Posts: 59

Original Poster
Rep: Reputation: 15
I check it my friend and it do not show anything at all.

I have to pou the path for libraries.

In the begining when linux is booting is says :

cd /usr/src/linux2.4.8/......../mousedev [failed]
"hid" and many other are failed. I thing is because the libraries for the executables they do not load.How can i load libraries?

I also wanna ask you Aussie if you know another one thing.I have to hard disk in my computer. In the one i have istall Windows XP greek edition which is my master and is devide in two partitions. The 1st partiotion in FAT32 files system and the othe with my mp3 in NTFS. Linux in /mnt/windows the show the one partion in FAT32. I mount the other partion in windows2 directory (/mount -t ntfs /dev/hda5 /mnt/windows2) and i can see alla the folder of this partion except greek name directories. How can i make linux see this directories ?


AcidRain
 
Old 05-31-2002, 06:44 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
When you make your kernel did you do "make modules" and "make modules_install"?
For the ntfs partition you need to load another module before you can mount the partition. Linux can read ntfs but write support is experimental and not recomended.
 
Old 05-31-2002, 08:46 PM   #7
AcidRain
Member
 
Registered: May 2002
Location: Greece
Distribution: Mandrake 8.1
Posts: 59

Original Poster
Rep: Reputation: 15
I make modules and i make istall when i was compiling the kernel.
The problem my friend is that it can not load libraries and for example when i give the order "lsmode" it just show me a this three things

"Module Size Used by "

nothing else but before compilation it show many things.

Also when i type "modprobe acm" for example because i want to install this driver it answer to me "insomd /lib/modules/2.4.8-26mdk/kernel/drivers/usb/usbcore.o.gz failed"
And when i type "modprobe mousev" the same .

How can i make libraries to load at startup? i know tha i have to put on command somewhere but i do not know this command or path and where to place it



Thanks

AcidRain
 
Old 05-31-2002, 09:05 PM   #8
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
If the modules won't load when you modprobe them they won't load at boot either. Libs don't load at boot but get used at run time by what ever needs them. There seems to be something wrong with the kernel you compiled, check that you enabled loadable module support in your config and perhaps you should go back to the default mandrake kernel and look at how it's configured.
 
Old 05-31-2002, 09:29 PM   #9
AcidRain
Member
 
Registered: May 2002
Location: Greece
Distribution: Mandrake 8.1
Posts: 59

Original Poster
Rep: Reputation: 15
To be sure how i do it can you please tell me exactly the command i will use and where to go ??


AcidRain
 
Old 05-31-2002, 10:20 PM   #10
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
To check your kernel config open /usr/src/linux/.config in a text editor, (the . means that it's a hidden file).
 
Old 05-31-2002, 11:02 PM   #11
AcidRain
Member
 
Registered: May 2002
Location: Greece
Distribution: Mandrake 8.1
Posts: 59

Original Poster
Rep: Reputation: 15
and what to check over there?
 
Old 05-31-2002, 11:20 PM   #12
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set
 
Old 06-01-2002, 06:22 AM   #13
AcidRain
Member
 
Registered: May 2002
Location: Greece
Distribution: Mandrake 8.1
Posts: 59

Original Poster
Rep: Reputation: 15
I had to put in the text and this line? or check if they are written? if there are writen the same then what?
 
Old 06-01-2002, 06:36 AM   #14
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You need to check for CONFIG_MODULES=y
 
Old 06-01-2002, 07:28 AM   #15
AcidRain
Member
 
Registered: May 2002
Location: Greece
Distribution: Mandrake 8.1
Posts: 59

Original Poster
Rep: Reputation: 15
it is like this
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y


next my friend what i do?
 
  


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
Microsoft USB Intelli Mouse - Work fine on one machine, intermitent on another AcerKev Linux - Hardware 2 04-23-2004 04:15 PM
Microsoft Intelli Mouse PS/2 - USB nodumping14 Linux - Hardware 10 12-01-2003 09:10 PM
MS Intelli Explorer Mouse Help Skinny Linux - Hardware 29 02-12-2003 05:42 PM
microsoft intelli-mouse ronss Linux - Hardware 2 10-17-2002 02:31 AM
Kernel Compiling Issue -> USB Mouse Annex Linux - Software 2 03-14-2002 06:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:27 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