Ticket #88 (closed defect: fixed)
in rev4 several hardcoded wi-fi rules in applications, wifi interface should be explicitely named eth1
| Reported by: | soul9 | Owned by: | ppronchery |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | distribution_improvement | Version: | rev4 |
| Severity: | blocker | Keywords: | wi-fi, wifig, neod |
| Cc: |
Description
in udev rule /etc/udev/rules.d/70-persistent-net.rules
by removing all the cruft that was autogenerated by udev for the developers who generated the rev4 image, this means the following lines:
# Unknown net device (/devices/pnp0/00:01/net/eth0) (sdio_wlan)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:12:cf:8e:f7:e7", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# Unknown net device (/devices/pnp0/00:01/net/eth0) (sdio_wlan)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:12:cf:74:1f:a9", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# Unknown net device (/devices/pnp0/00:01/net/eth0) (sdio_wlan)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:12:cf:8e:fc:a4", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# Unknown net device (/devices/pnp0/00:01/net/eth0) (sdio_wlan)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:12:cf:8e:f0:4f", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
we should just hardcode the only interface served by sdio_wlan on the neo freerunner:
#shamelessly ripped from http://trac.hackable1.org/trac/ticket/50 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="sdio_wlan", KERNEL=="eth*", NAME="eth1"
Change History
Note: See
TracTickets for help on using
tickets.

related to #50