I've got a new Pi zero, and a recently downloaded piCorePlayer. It's
working fine with Ethernet, but the wireless isn't showing up. I'm not
sure how best to debut, as e.g. iwconfig is not present. All the debug
output I can think of is below. Any suggestions? I've done a similar
setup on a Model 3B without trouble. I've also tried with a USB WiFi
adapter (from the Pi Hut, several years old) without success.


Code:
--------------------
    
  > cat /proc/cpuinfo
  processor     : 0
  model name    : ARMv6-compatible processor rev 7 (v6l)
  BogoMIPS      : 1138.45
  Features      : half thumb fastmult vfp edsp java tls
  CPU implementer       : 0x41
  CPU architecture: 7
  CPU variant   : 0x0
  CPU part      : 0xb76
  CPU revision  : 7
  
  Hardware      : BCM2835
  Revision      : 9000c1
  Serial                : 000000006ea9a012
  Model         : Raspberry Pi Zero W Rev 1.1
--------------------



Code:
--------------------
     > ifconfig
  eth0      Link encap:Ethernet  HWaddr 00:E6:99:00:0C:89
  inet addr:192.168.178.207  Bcast:192.168.178.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:513 errors:0 dropped:106 overruns:0 frame:0
  TX packets:257 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:104057 (101.6 KiB)  TX bytes:44350 (43.3 KiB)
  
  lo        Link encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:65536  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:1000
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
--------------------


piCorePlayer version is:

Code:
--------------------
    #piCorePlayer version
  PCPVERS="piCorePlayer 7.0.0"
  WWW_BUILD: 00011
  
--------------------



Code:
--------------------
    
  > lsusb
  Bus 001 Device 001: ID 1d6b:0002
  Bus 001 Device 005: ID 148f:5370
  Bus 001 Device 003: ID 0fe6:9900
  Bus 001 Device 002: ID 214b:7250
  Bus 001 Device 004: ID 1a86:e2e3
--------------------


------------------------------------------------------------------------
mo-seph's Profile: http://forums.slimdevices.com/member.php?userid=71771
View this thread: http://forums.slimdevices.com/showthread.php?t=114574

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to