mcoste wrote: 
> 
> bmiloader: eth1: No such device
> Failed to get TARGET TYPE
> /lib/atheros/loadAR6000l.sh: exit: line 1: Illegal number: -1
> 

The line in loadAR6000l.sh resulting in the error above is:

Code:
--------------------
    
  eval export `$IMAGEPATH/bmiloader --timeout=2 -i $NETIF --quiet --info | grep 
TARGET_TYPE`
  
--------------------


Try from the shell:

Code:
--------------------
    
  /lib/atheros/bmiloader --timeout=2 -i eth1  --info
  
--------------------


However, this already looks suspicious:

Code:
--------------------
    
  insmod: can't insert '/lib/atheros/ar6000.ko': File exists
  bmiloader: eth1: No such device
  
--------------------


Check which modules have been loaded (using lsmod), if you don't see
ar6000, check the system logs for errors (use dmesg).



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) | 'music visualizer'
(http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite)
for squeezelite | 'Howto'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS):
build a self-contained LMS ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=103446

_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to