On 13 April 2014 23:36, Chris Graham <chrisdgraham22(a)gmail.com> wrote:
The OS may want to call them another name like wlan1
and eth1.
On 4/13/14, Robert Peters <robertpeters9(a)gmail.com> wrote:
> Hello,
> My Thinkpad laptop has a Lubuntu partition that has wired and wireless
> access: the modules are iwlwifi and e1000e.
> Another partition runs exeGnu Trinity 14 but no internet connection.
> I used modprobe to install the above modules and put their names in
> /etc/modules, but wlan0 and eth0 are still not seen.
> What to do?
> Robert
Thanks; I tried using those names and got this:
# ifconfig wlan1 up
# wlan1: ERROR while getting interface flags: No such device
# ifconfig eth1 up
# eth1: ERROR while getting interface flags: No such device
lspci -k shows the modules e1000e and iwlwifi in its list.
lsmod | sort shows an associated module name for each devices, except these two:
Network controller: Intel Corporation Device 08b2 (rev 83)
Subsystem: Intel Corporation Device c270
Ethernet controller: Intel Corporation Device 155a (rev 04)
Subsystem: Lenovo Device 2214
Maybe I haven't resewarched far enough...
Robert