You are not logged in.

#1 2009-01-31 16:20:51

pclown
Member
Registered: 2009-01-23
Posts: 4

Failed to load module "record"

I'm trying to install Arch Linux on my Dell GX270 with an Intel chipset I'm nusing the i686 version rather than the xf86_64 version. It has a 2.26 Ghz processor and 512mb RAM

I've tried installing xorg and configured it with hwd -xa and such but when I do startx I get:

(EE) Failed to load module "record" (module does not exist, 0)
(EE) No devices detected

lspci | grep VGA gives:

00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)

Some other people seem to have had a similar problem but it was a problem with Nvidia chipsets and I have an Intel one. I tried commenting out the line of xorg.conf where it says to load module record as I've already had to comment the type1 one out but then it just says (EE) No devices detected.

Can anyone help? smile

Offline

#2 2009-01-31 16:50:32

ahcaliskan
Member
From: Sweden
Registered: 2008-10-29
Posts: 174

Re: Failed to load module "record"

have you recordproto installed?

pacman -Q recordproto

Offline

#3 2009-01-31 17:45:59

pclown
Member
Registered: 2009-01-23
Posts: 4

Re: Failed to load module "record"

pacman -Q record protot returns recordproto 1.13.2-1

Not sure what recordproto was, I tried to modprobe it, but naturally that didn't work. I also did lsmod | grep record but that didn't return anything.

Thanks smile

Offline

#4 2009-01-31 19:12:17

ahcaliskan
Member
From: Sweden
Registered: 2008-10-29
Posts: 174

Re: Failed to load module "record"

check out if xorg works without xorg.conf, and then try turning of hotplugging if it doesn't work:

   Section "ServerFlags"
     Option "AutoAddDevices" "False"
   EndSection

http://wiki.archlinux.org/index.php/Xor … _it_off.3F

Last edited by ahcaliskan (2009-01-31 19:13:21)

Offline

#5 2009-01-31 19:51:15

pclown
Member
Registered: 2009-01-23
Posts: 4

Re: Failed to load module "record"

I don't understand what you mean by check if it works without xorg.conf, so I looked in my xorg.conf to turn off hotplugging but found a line like the one you posted which says that it's already off. I tried turning it on but it didn't help.

Offline

#6 2009-01-31 19:53:06

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Failed to load module "record"

How about blacklisting the module in the MODULES array in rc.conf to see if you can get in. Once you do, you can try to see if you have the module properly installed and if not, try a re-install of the module.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#7 2009-02-01 14:33:38

kmp
Member
Registered: 2008-03-29
Posts: 11

Re: Failed to load module "record"

does it work from root?

Last edited by kmp (2009-02-01 14:45:52)

Offline

#8 2009-02-02 12:46:47

pclown
Member
Registered: 2009-01-23
Posts: 4

Re: Failed to load module "record"

It doesn't work from root either and gives the same error.

I tried blacklisting it but it didn't seem to have any effect, and I don't really understand why it would. The problem is that it doesn't seem to exist.

What does the module do anyway? I've never heard of it before and it just doesn't sound critical somehow. Googling it just returns this thread. Is it possible that the record module is just a minor thing like the type1 module which I had to comment out and the actual problem goes deeper?

Offline

Board footer

Powered by FluxBB