View Single Post
Posts: 18 | Thanked: 0 times | Joined on Oct 2007 @ Plzeň
#48
hello, i tried to install debian through that installer, but it does not work well.

1) fake start-stop-daemon denies to run dbus, that causes failing of installing nit-env-stskeeps because hal need running dbus
2) hal is problematic in many ways, it fails on configure because it denies to install because its in chrooted enviroment, so the rest of depending packages (7 total) couldnt be installed and installer fails
3) so i setup real start-stop-daemon to be actual, dbus was started, then i modified /etc/init.d/hal to skip chroot checking and commented starting command and finally whole installer was completet. But there comes another problem
4) During boot loading module cx3110x failed because it cant load firmware 3826.arm. I tried to copy those files to /lib/firmware (there were symlinks to /mnt/initfs/.. before) even to /usr/lib/hotplug/firmware/ but nothing is helping. Iam not able to boot it, because wlan adapter could not be initialized.

edit:
Code:
cx3110x: chip variant STLC4550
cx3110x: ERROR sm_drv_fetch_firmware failed for `3826.arm`: -2
cx3110x: ERROR Could not register SoftMAC SPI Driver.
FATAL: Error inserting cx3110x (/lib/modules/2.6.21-omap1/kernel/drivers/net/wireless/cx3110x.ko): No such device

Last edited by rik; 2008-08-03 at 16:30.