SliTaz SliTaz Forum

You are not logged in.

#1 2014-03-07 17:23:47

atlantis107
Member
Registered: 2011-08-13
Posts: 10

SliTaz Broadcom 4318 problem

Hi,

First, sorry for my english.

Problem:

I see the list of essid, so I can't connect on it !

I go here before :

http://forum.slitaz.org/topic/slitaz-40-stable-broadcom-4306-unable-to-setup-wifi

http://wireless.kernel.org/en/users/Drivers/b43

http://vanilla.slitaz.org/index.php?p=/discussion/2046/solved-wireless-not-working-broadcom-bcm-4309-on-dell-d400/p1

http://forum.slitaz.org/topic/wn825g-brodcom-wont-work

and I obtain :

Stopping all interfaces

Killing all daemons

Shutting down wifi card

ifconfig: SIOCSIFFLAGS: Operation not possible due to RF-kill

Configuring wlan0...

Starting udhcpc client on: wlan0...

udhcpc (v1.18.4) started

Sending discover...

Sending discover...

Sending discover...

No lease, forking to background

all the time and I don't know why....

Network.conf  :

# /etc/network.conf: SliTaz system wide networking configuration.

# Config file used by: /etc/init.d/network.sh

#

# Set default interface.

INTERFACE="wlan0"

# Dynamic IP address.

# Enable/disable DHCP client at boot time.

DHCP="yes"

# Static IP address.

# Enable/disable static IP at boot time.

STATIC="no"

# Set IP address and netmask for a static IP.

IP="192.168.0.6"

NETMASK="255.255.255.0"

# Set route gateway for a static IP.

GATEWAY="192.168.0.1"

# Set DNS server for a static IP.

DNS_SERVER="192.168.0.1"

# Wifi connection.

# Enable/disable wireless connection at boot time.

WIFI="yes"

# Wifi interface (iwconfig) and ESSID.

WIFI_INTERFACE="wlan0"

WIFI_ESSID="BELL422"

WIFI_MODE="managed"

WIFI_KEY="05130597548583869023374683" (exemple)

WIFI_KEY_TYPE="on"

WPA_DRIVER=""

WIFI_CHANNEL=""

WIFI_IWCONFIG_ARGS=""

Thanks for your help. Prime

Offline

#2 2014-03-07 19:01:54

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: SliTaz Broadcom 4318 problem

ifconfig: SIOCSIFFLAGS: Operation not possible due to RF-kill

Open terminal as root.

Install rfkill utility:

[c]tazpkg -gi rkill[/c]

Query system:

[c]rfkill list all[/c]

If

Soft blocked: yes

and/or

Hard blocked: yes

then

[c]rfkill unblock wifi; rfkill unblock all[/c]

Verify wifi is unblocked:

[c]rfkill list all[/c]
0: phy0: Wireless LAN

[c]Soft blocked: no[/c]

[c]Hard blocked: no[/c]

Change /etc/network.conf

WIFI_KEY_TYPE="on"

to

WIFI_KEY_TYPE="any"

Restart networking:

[c]/etc/init.d/network.sh stop[/c]

[c]/etc/init.d/network.sh start[/c]

Offline

#3 2014-03-11 12:08:04

atlantis107
Member
Registered: 2011-08-13
Posts: 10

Re: SliTaz Broadcom 4318 problem

Thank for you answer Mojo. But Wlan0 is already not blocked before rfkill. So, my wifi connection doesn't change. I tried Tiny Core and it has worked perfectly. I just did it to

http://forum.tinycorelinux.net/index.php?topic=947.0

I don't know the equivalent for SliTaz

Thank

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]