You are not logged in.
I have a Sony laptop - PCG-FX250
I'm running Slitaz 4.0 stable
I have a Dell TrueMobile 1300 PCMCIA wireless card (tested and working on Windoze)
I've searched the forums and followed instructions by mojo.
Here is the requested output from tail (duplicates removed):
May 17 18:54:34 (none) user.notice error binding udev control socket
May 17 18:55:11 (none) user.info kernel: b43-pci-bridge 0000:02:00.0: PCI INT A -> Link[LNKC] -> GSI 9 (level, low) -> IRQ 9
May 17 18:55:11 (none) user.debug kernel: ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x02, vendor 0x4243)
May 17 18:55:11 (none) user.debug kernel: ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x04, vendor 0x4243)
May 17 18:55:11 (none) user.debug kernel: ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x01, vendor 0x4243)
May 17 18:55:11 (none) user.debug kernel: ssb: Core 3 found: V90 (cc 0x807, rev 0x01, vendor 0x4243)
May 17 18:55:11 (none) user.debug kernel: ssb: Core 4 found: PCI (cc 0x804, rev 0x07, vendor 0x4243)
May 17 18:55:11 (none) user.debug kernel: ssb: Core 5 found: IEEE 802.11 (cc 0x812, rev 0x04, vendor 0x4243)
May 17 18:55:11 (none) daemon.err udevd[2767]: bind failed: Address already in use
May 17 18:55:11 (none) user.info kernel: ssb: Sonics Silicon Backplane found on PCI device 0000:02:00.0
May 17 18:55:11 (none) user.notice error binding udev control socket
May 17 18:55:11 (none) user.info kernel: b43legacy-phy0: Broadcom 4306 WLAN found
May 17 18:55:11 (none) user.debug kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
May 17 18:55:11 (none) user.info kernel: Broadcom 43xx-legacy driver loaded [ Features: PLID, Firmware-ID: FW10 ]
May 17 18:55:12 (none) daemon.err udevd[2782]: bind failed: Address already in use
May 17 18:55:12 (none) daemon.err udevd[2782]: error binding udev control socket
Here is the results of lsmod:
Module Size Used by Not tainted
b43legacy 79383 0
ssb 24436 1 b43legacy
mac80211 145388 1 b43legacy
cfg80211 99896 2 b43legacy,mac80211
rfkill 10682 1 cfg80211
i810 12644 0
i915 254040 0
drm_kms_helper 18798 1 i915
drm 111992 3 i810,i915,drm_kms_helper
i2c_algo_bit 3479 1 i915
i2c_core 12192 4 i915,drm_kms_helper,drm,i2c_algo_bit
floppy 41138 0
parport_pc 16061 0
parport 20983 1 parport_pc
video 9783 1 i915
output 1144 1 video
button 3602 1 i915
pcmcia 24993 0
yenta_socket 16223 0
pcmcia_rsrc 6989 1 yenta_socket
pcmcia_core 8413 3 pcmcia,yenta_socket,pcmcia_rsrc
snd_intel8x0m 8083 0
snd_intel8x0 19786 1
snd_ac97_codec 77963 2 snd_intel8x0m,snd_intel8x0
ac97_bus 718 1 snd_ac97_codec
snd_pcm 43737 3 snd_intel8x0m,snd_intel8x0,snd_ac97_codec
snd_timer 12515 1 snd_pcm
snd 33394 7 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 3357 1 snd
snd_page_alloc 4853 3 snd_intel8x0m,snd_intel8x0,snd_pcm
intel_agp 7908 1 i915
intel_gtt 9214 3 i915,intel_agp
agpgart 18221 4 drm,intel_agp,intel_gtt
After following instructions, I rebooted.
When the system came up, neither wireless nor wired network worked.
I was able to get wired working again.
What else can I do to get wireless working?
Offline
Wireless not working is not enough info.
When you opened Wifi configuration was the wireless access point showing.
Did you install firmware,follow this:
http://forum.slitaz.org/topic/wifi-stumped-wpc11-pcmcia-card-on-old-laptop-have-ethernet
If so you may need to configure the network:
As root:
leafpad /etc/network.conf
It's well commented,it only can manage one interface,either ethernet or wireless.
ls /sys/class/net will output the wireless adapters alias name for INTERFACE=
The wireless access point must broadcast an ESSID name.
restart networking
/etc/init.d/network.sh restart
I always try to connect before rebooting.
If you need to change network.conf , restart networking to enable new configuration.
WIFI="yes" enables wireless on boot
Offline
[resolved] Dell TrueMobile 1300 wireless card working in 4.0 stable.
I don't know the correct way to switch from wlan0 to eth0 and back to wlan0.
Any thoughts?
Here's the scenario:
I'd like to normally boot with WIFI="yes".
However, for fastest download I like to connect wired (eth0)
Then, I'd like to switch back to wlan0.
Offline
Follow this:
http://doc.slitaz.org/en:guides:network-script
Usage
But, most interestingly, is that /etc/init.d/network.sh may also use another config file.
It's useful if you're using a laptop, as you can configure multiple connections for multiple access points.
This also works to pre-configure a different network adapter.
Use the default /etc/network.conf for wireless so you boot to wireless.
#cp /etc/network.conf /etc/eth0
Configure /etc/eth0 for ethernet
#leafpad /etc/eth0
Switch to ethernet
#/etc/init.d/network.sh restart /etc/eth0
Switch to wireless
#/etc/init.d/network.sh restart
Offline
Thanks again mojo. I can switch as you describe.
Offline
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]