Ticket #88 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

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

comment:1 Changed 3 years ago by soul9

related to #50

comment:2 Changed 2 years ago by jcassignol

  • Status changed from new to assigned
  • Owner set to ppronchery

Suggestion taken into consideration.
As lots of things changed recently, I leave the decision up to khorben :-)

comment:3 Changed 2 years ago by ppronchery

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed in #50.

Note: See TracTickets for help on using tickets.