Hi,

I „solved“ the problem.

Since patch:
https://dev.openwrt.org/changeset/22927
See:
https://dev.openwrt.org/ticket/5153

One can set for WRT54-GL:
b43 gpiomask=0x9c
to /etc/modules.d/30-b43
(Make sure to exclude b43-legacy)

I built my image with:
make image PACKAGES="nano -ppp -ppp-mod-pppoe ip6tables kmod-ipv6 
radvd ip kmod-ip6tables kmod-fs-ext2 kmod-b43 -kmod-b43legacy 
block-mount kmod-mmc kmod-mmc-over-gpio kmod-mmc-spi kmod-spi-bitbang 
kmod-spi-gpio-old"

Even though this problem is concidered solved this highly depends on
which of my ≈500MiB SD-cards I use.

In some cases („mmc0: host doesn't support card's voltages“) it only 
works when setting ses_orange and ses_white LED off in /etc/diag.sh:
like:
…
                done)
                        set_led ses_orange 0
                        set_led ses_white 0
                        set_led dmz 0
                        set_led diag 0
                        set_led power 1
                ;;
…


Yet, somehow it won’t recognize the partition and add the blockdevic 
to /dev/

This still seems very experimental…

P.M.
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to