Networking Forums

Networking Forums > Computer Networking > Linux Networking > HELP: modprobe: Can't locate module char-major-200

Reply
Thread Tools Display Modes

HELP: modprobe: Can't locate module char-major-200

 
 
ER
Guest
Posts: n/a

 
      11-29-2003, 12:47 PM
I get this in my /var/log/messages when I try to start a networking
client. As far as I know I enabled tunneling in my kernel.

How can I fix this:

modprobe: Can't locate module char-major-200


Thanks!
 
Reply With Quote
 
 
 
 
Horst Knobloch
Guest
Posts: n/a

 
      11-30-2003, 11:41 AM
ER <(E-Mail Removed)> wrote:

> I get this in my /var/log/messages when I try to start a networking
> client. As far as I know I enabled tunneling in my kernel.
>
> How can I fix this:
>
> modprobe: Can't locate module char-major-200


Google is your friend. If you don't have Veritas VxVM running,
you can safely ignore this message or put the following into
/etc/modules.conf:

alias char-major-200 off


Ciao, Horst
--
»When pings go wrong (It hurts me too)« E.Clapton/E.James/P.Tscharn
 
Reply With Quote
 
Lew Pitcher
Guest
Posts: n/a

 
      12-01-2003, 01:31 AM
ER wrote:
> I get this in my /var/log/messages when I try to start a networking
> client. As far as I know I enabled tunneling in my kernel.
>
> How can I fix this:
>
> modprobe: Can't locate module char-major-200
>
>
> Thanks!

According to the kernel Documentation/devices.txt, char major 200 is the
Veritas VxVM configuration interface.

200 char Veritas VxVM configuration interface
0 = /dev/vx/config Configuration access node
1 = /dev/vx/trace Volume i/o trace access node
2 = /dev/vx/iod Volume i/o daemon access node
3 = /dev/vx/info Volume information access node
4 = /dev/vx/task Volume tasks access node
5 = /dev/vx/taskmon Volume tasks monitor daemon

Documentation/Configure.help says

FreeVxFS file system support (VERITAS VxFS(TM) compatible)
CONFIG_VXFS_FS
FreeVxFS is a file system driver that support the VERITAS VxFS(TM)
file system format. VERITAS VxFS(TM) is the standard file system
of SCO UnixWare (and possibly others) and optionally available
for Sunsoft Solaris, HP-UX and many other operating systems.
Currently only readonly access is supported.

NOTE: the file system type as used by mount(1), mount(2) and
fstab(5) is 'vxfs' as it describes the file system format, not
the actual driver.

This file system is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want).
The module is called freevxfs.o. If you want to compile it as a
module, say M here and read <fileocumentation/modules.txt>. If
unsure, say N.

As far as I can tell, the FreeVxFS support has nothing to do with your
networking problem, and the "Can't locate module char-major-200" messages
aren't related to your networking problem. OTOH, it appears that you are
trying to load the freevxfs module but haven't actually made it available.

--
Lew Pitcher

Master Codewright and JOAT-in-training
Registered Linux User #112576 (http://counter.li.org/)
Slackware - Because I know what I'm doing.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
updated modprobe can't locate device eth0 execrable@gmail.com Linux Networking 0 11-05-2005 06:07 AM
Can't locate module ipt_recent C. Breitbach Linux Networking 2 04-25-2005 10:15 PM
modprobe: Can't locate module ppp0 Khalid Linux Networking 4 02-24-2004 08:29 PM
modprobe: Can't locate module ppp0 Khalid Linux Networking 0 02-23-2004 04:32 PM
VPN - Can't locate module ipsec Michelangelo Rezzonico Linux Networking 0 08-28-2003 03:16 PM



1 2 3 4 5 6 7 8 9 10 11