Em 19-06-2014 05:56, Alexander escreveu:
>>> root:/# ip link
>>> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode
>>> DEFAULT group default
>>> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
>> 2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT
>> group default qlen 1000
>>
>> This is probably the ethernet, used to be called eth0.
>>
>>> link/ether 2c:41:38:62:5b:6f brd ff:ff:ff:ff:ff:ff
>>> 3: wlp13s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP
>>> mode DORMANT group default qlen 1000
>>> link/ether 40:2c:f4:39:f2:41 brd ff:ff:ff:ff:ff:ff
>>
>>> This is probably the wireless interface which used to be called wlan0.
> Yes, ip link prints this list. The problem is that interfaces exist but when
> I cat the file
> "/etc/udev/rules.d/70-persistent-net.rules" I don't see my wireless
> interface which I want to configure there.
> It contains nothing uncommented except this single line:
>> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
> ATTR{address}=="2c:41:38:62:5b:6f", ATTR{dev_id}=="0x0",
>> ATTR{type}=="1", KERNEL=="eno*", NAME="eno1"
> Should I skip the remaining configuration in 7.2 and try to set up a
> connection with my wireless network later
> when the system will be up and running?
>
I have only set up a wireless connection years ago, using
wpa_supplicant, but it was not LFS, and everything else was already in
the system. Bruce has done it recently, but I couldn't find the post. I
really don't know if udev will write later the missing rule, or if you
have to write it. What I write below is more a guess, probably you
already know, hope somebody else will jump in to give better help.
It seems that you are in chroot, is it correct?
One thing I know is that you need /etc/sysconfig/ifconfig.wifi0.
Considering that you seem to have driver and firmware (only needed for
some cards), and that wireless packages are in BLFS, I tend to write
that later you will get it working.
But wireless-tools (gives, e.g. iwconfig) do not have dependencies, thus
it can be installed just after LFS. On the other hand, to connect to a
secured network, you will probably need wpa_supplicant.
Sorry if I cannot help more with this problem.
--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page