Tiny Core Base > CorePlus

BCM43228 Not showing up.

<< < (2/5) > >>

polikuo:
You probably append in a wrong way.
Please post the full text so that we can help.

coreplayer2:
hello

--- Quote ---/etc/sysconfig/tcedir/boot/extlinux/extlinux.conf
--- End quote ---
the above is a symlink,  where the real path is likely

--- Code: ---/tce/boot/extlinux/extlinux.conf
--- End code ---



--- Quote ---It worked! Eth1 was added to Iwconfig
--- End quote ---
Yeah this happens with Broadcom devices a lot,  there is a fix for the issue around here somewhere...

evertvaningen:
How can I make it auto connect on Boot?

I found this solution but jeez, isn't there a simpler way to do that?
http://wiki.tinycorelinux.net/wiki:setting_up_wifi?rev=1323363219

sudo wicd-start is not working for me "command not found"

coreplayer2:

--- Quote from: evertvaningen on June 12, 2017, 01:10:50 PM ---How can I make it auto connect on Boot?

I found this solution but jeez, isn't there a simpler way to do that?
http://wiki.tinycorelinux.net/wiki:setting_up_wifi?rev=1323363219

sudo wicd-start is not working for me "command not found"

--- End quote ---

No idea about wicd as stated before.  but the extension info file should provide more detail.   eg: wifi.tcz.info suggests adding this command to /opt/bootlocal or /opt/bootsync for quick auto connect

--- Code: ---/usr/local/bin/wifi.sh -a 2>&1 > /tmp/wifi.log
--- End code ---

Misalf:

--- Quote from: coreplayer2 on June 12, 2017, 01:07:14 PM ---
--- Quote ---It worked! Eth1 was added to Iwconfig
--- End quote ---
Yeah this happens with Broadcom devices a lot,  there is a fix for the issue around here somewhere...

--- End quote ---

/opt/bootlocal.sh

--- Code: ---# Rename wifi eth* to wlan*.
IFNUM=0
for i in /sys/class/net/eth* ; do
   if [ -d $i/wireless ]; then
      [ -e /sys/class/net/wlan${IFNUM} ] && IFNUM=$((IFNUM+1))
      nameif wlan${IFNUM} $(cat $i/address)
      IFNUM=$((IFNUM+1))
   fi
done
wifi.sh -a &

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version