Em 18-06-2014 17:20, Alexander escreveu:
> Hello. I am building the latest LFS 7.5 and I made it to the chapter 7.
> It's a laptop with a wireless and a wired interface, Arch Linux as a host
> system.
>
> My issue is that I don't see my wireless interface in list (which I'm
> connected through in Arch)
> when I check the insides of the file
> "/etc/udev/rules.d/70-persistent-net.rules" on the step 7.2.1
> (creating stable names for network interfaces). Supposedly that's not OK.
> How can I make udev see it?
>
> root:/# cat /etc/udev/rules.d/70-persistent-net.rules
> # This file was automatically generated by the /lib/udev/write_net_rules
> # program, run by the persistent-net-generator.rules rules file.
> #
> # You can modify it, as long as you keep each rule on a single
> # line, and change only the value of the NAME= key.
>
> # net device r8169
> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
> ATTR{address}=="2c:41:38:62:5b:6f", ATTR{dev_id}=="0x0",
> ATTR{type}=="1", KERNEL=="eno*", NAME="eno1"
>
> root:/# ls /sys/class/net
> eno1 lo wlp13s0
>
> 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.
--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page