i.MX53 QSB, Linux 3.7 and USB

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

i.MX53 QSB, Linux 3.7 and USB

跳至解决方案
2,553 次查看
nodan
Contributor II

Hi,

I'm running a Linux 3.7 kernel on an i.MX53 QSB. However, it looks like USB is not working properly. In /proc/devices I see:

# grep -i usb /proc/devices                                               
180 usb                                                                               

189 usb_device

but lsusb fails:

# lsusb                                                                   
unable to initialize libusb: -99

Actually I want to use a USB Wifi dongle. Has anybody done that with the QSB?


Regards,

Kai

标签 (2)
0 项奖励
回复
1 解答
1,932 次查看
fabio_estevam
NXP Employee
NXP Employee

If you look at arch/arm/boot/dts/imx53-qsb.dts you will see that USB support is not in place yet.

You can look at arch/arm/boot/dts/imx6q-sabrelite.dts as this board has USB host support.

Then you can try to send your patch to linux-arm-kernel mailing list and we can discuss from there.

Regards,

Fabio Estevam

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,933 次查看
fabio_estevam
NXP Employee
NXP Employee

If you look at arch/arm/boot/dts/imx53-qsb.dts you will see that USB support is not in place yet.

You can look at arch/arm/boot/dts/imx6q-sabrelite.dts as this board has USB host support.

Then you can try to send your patch to linux-arm-kernel mailing list and we can discuss from there.

Regards,

Fabio Estevam

0 项奖励
回复
1,932 次查看
nodan
Contributor II

Again, thanks.

I'll have a look but I'm not sure yet if I'll try to use USB or rather settle for an external wifi access point and use the LAN interface.

Regards,

Kai

0 项奖励
回复