I am curently hitting 2 problems
1- the wireless module will not work
here is what i get when i issue modprobe orinoco_cs
pcmcia_socket pcmci_socket1: cs: memory probe 0xf6000000-0xfdffffff: excluding 0xf6000000-0xf67fffff 0xfa800000-0xfaffffff
pcmciq 1.0: pcmcia: registering new device pcmcia1.0
orinoco_cs 1.0: firmware: requesting agere_sta_fw.bin
orinoco_cs 1.0: firmware: requesting agere_sta_fw.bin
eth1: cannot find firmware agere_sta_fw.bin
find / -name agere_sta_fw.bin returns:
/dev/.udev/firmware-missing/agere_sta_rw.bin
which i find pretty explicit, in a way...
I got it working earlier last year with slitaz, and i would swear this was with 3.0
Any idea ?
2- xorg issues
By default it will boot with the xvesa driver and 640x480
the graphic chip is an intel 830m
There is seemingly a "known difficultly" with it. It can share 48MB of memory, and my default will steal only about 1MB. I read a bit on google and ried the videoram=32k option then read that this is not required anymore and the driver should allocate enough memory, which does not work in my case.
I did run tazx, it installed a number of things, the linux driver, and also linux agp i believe, and generated an xorg.conf; i can see there that it sees there is a double screen possibilitéy (external vga and embedded panel); but the machine will start in text mode.
i did a grep (WW) and grep (EE) on the log Xorg.0.log, here is the output:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/TTF/" does not exist.
(WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
(WW) The directory "/usr/share/fonts/X11/Type1/" does not exist.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(WW) intel(1): libpciaccess reported 0 rom size, guessing 64kB
(WW) intel(1): libpciaccess failed to read 64kB video BIOS: Unknown error 4294967258
(WW) intel(1): VBIOS initialization failed.
.(WW) intel(0): VideoRam reduced to 888 KB (page aligned - was 891 KB)
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) GARTInit: Unable to open /dev/agpgart (No such device)
(EE) intel(0): /dev/agpgart is either not available, or no memory is available
(EE) [drm] drmOpen failed.
(EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
(EE) intel(0): AGP GART support is either not available or cannot be used.
(EE) intel(0): AGP GART support is either not available or cannot be used.
(EE) intel(0): Couldn't allocate video memory
also at boot time, i can see in the log printed on the screen that it prints
linux agpgart interface v0.103
after seeinf the agpgart message i went to rc.conf (or was it rcS.conf) and added the intruction to have agpgard loaded - and checked with the system box, that it was there.
Any clue ??
Thanks.
Christophe