You are not logged in.
Pages: 1
lshwd -a returns the following:
00:00.0 Host bridge: Intel Corp.|852GM Host-Hub Interface Bridge (intel-agp)
00:00.1 System peripheral: Intel Corp.|852GM System Memory Controller (unknown)
00:00.3 System peripheral: Intel Corp.|852GM Configuration Process (unknown)
00:02.0 VGA compatible controller: Intel Corp.|852GM/852GME/855GM/855GME Chipset Graphics Controller (i810)
00:02.1 Display controller: Intel Corp.|852GM/852GME/855GM/855GME Chipset Graphics Controller (i810)
00:1d.0 USB Controller: Intel Corp.|82801DB USB Controller (uhci_hcd)
00:1d.1 USB Controller: Intel Corp.|82801DB USB Controller (uhci_hcd)
00:1d.2 USB Controller: Intel Corp.|82801DB USB Controller (uhci_hcd)
00:1d.7 USB Controller: Intel Corp.|82801DB USB Enhanced Controller (ehci-hcd)
00:1e.0 PCI bridge: Intel Corp.|82801 Hub Interface to PCI Bridge (hw_random)
00:1f.0 ISA bridge: Intel Corp.|82801DBM LPC Interface Bridge (unknown)
00:1f.1 IDE interface: Intel Corp.|82801DBM IDE Controller (UltraATA/100) (piix)
00:1f.3 SMBus: Intel Corp.|82801DB SMBus Controller (i2c-i801)
00:1f.5 Multimedia audio controller: Intel Corp.|ICH4 845G/GL Chipset AC'97 Audio Controller (snd-intel8x0)
00:1f.6 Modem: Intel Corp.|82801DB AC (slamr)
01:02.0 Ethernet controller: VIA Technologies|VT6105 [Rhine III 10/100] (via-rhine)
01:03.0 CardBus bridge: Texas Instruments|PCI1410 PC card Cardbus Controller (yenta_socket)
004:001 USB Hub: Virtual|Hub (hub)
003:001 USB Hub: Virtual|Hub (hub)
003:002 USB Hub: Atmel Corp.|4-port Hub (hub)
003:003 USB Printer: Canon, Inc.|S750 Printer (usblp)
003:004 USB Human Interface Devices: Microsoft Corp.|Trackball Optical [/dev/input/mice] (usbhid)
003:005 USB Communications: Thomson, Inc.|DCM245 Cable Modem (CDCEther)
002:001 USB Hub: Virtual|Hub (hub)
001:001 USB Hub: Virtual|Hub (hub)
in rc.conf I have:
MODULES=(CDCEther via-rhine acm)
I don't use hotplug neither hwd in rc.conf.
Anyway, alsaconf doesn't detect any soundcard, and when I try to use links -g it fails to detect graphics driver...
Question: what modules do I have to load in rc.conf? I prefer not to use hwd nor hotplug so i'd rather load it manually.
P.S. I'm not sure if this is important but I'm using udev instead of devfs
Offline
I'm going to guess sound is snd-intel8x0 and video is i810.
Offline
I wish it was as simple as that...
When I put snd-intel8x0 and i810 in rc.conf modules I get
"can´t locate modules" on boot.
Offline
Boot with hotplug, then do lsmod to get a list of loaded modules. Put the ones you want in MODULES of rc.conf. Then, comment out hotplug.
Offline
Laptop/Intel Celeron M340 1.5GHz
<Arch(wombat) kernel 2.4.29>
Just a dumb question... Do you have alsa-driver installed? 2.4.x kernels need the alsa modules installed separately. Upgrading to kernel 2.6 is another option.
Since this seems to be a Centrino (Celeron?) laptop, my guess is that the correct video module is i915. That's only needed for the DRI/3D stuff, though. Normal X programs should run fine without it.
Offline
Boot with hotplug, then do lsmod to get a list of loaded modules. Put the ones you want in MODULES of rc.conf. Then, comment out hotplug.
I was using hotplug until last week... same result, plus an error during boot:
can't synthesize pci hotplug events
this was the reason why I quit hotplug. Then I changed to hwd but the loaded modules were the same.
Do you have alsa-driver installed? 2.4.x kernels need the alsa modules installed separately
I followed precisely what's in wiki howto "alsa setup" and installed alsa-driver. I agree that the video module should only be needed to fancy 3D stuff.
Anyway, how come I'm using opera, but when I try links it just can't find what it needs to display graphics? Is it because opera is a stand-alone package and links is not?
Offline
Heh, links can't display graphics at any time, it's a text browser.
·¬»· i am shadowhand, powered by webfaction
Offline
Heh, links can't display graphics at any time, it's a text browser.
Huh?
Check this out:
http://links.twibright.com/features.php
Offline
Pages: 1