> > 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?

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to