How do I configure networking for i.MX28

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How do I configure networking for i.MX28

698 次查看
iMxGuy
Contributor II

I am trying to setup a USB to ethernet network connection and I don't see any eth0 device when I plug in the adapter. I do see it being recognized by the USB bus debug output and the kernel. Has anybody done this config before? What do I need to do to setup the networking?

 

root@freescale ~$ dmesg | grep 'Ethernet driver'
pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver

 

usb 1-1.4: new high speed USB device using fsl-ehci and address 4
usb 1-1.4: New USB device found, idVendor=0b95, idProduct=7720
usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1.4: Product: AX88x72A
usb 1-1.4: Manufacturer: ASIX Elec. Corp.
usb 1-1.4: SerialNumber: 000001

 

But when I run ifconfig all I get is this...

 

root@freescale ~$ /sbin/ifconfig -a
lo Link encap:Local Loopback
LOOPBACK MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

标记 (2)
0 项奖励
回复
1 回复

592 次查看
iMxGuy
Contributor II
I got it working. It was a kernel config problem. I did not have the Multi-purpose USB Networking Framework enabled. Now all I need to do is figure out how to get a dhcp client working. Anyone know what I need to do to set that up?
0 项奖励
回复