Tiny Core Base > piCore Test Releases

piCore-5.2.1rc2

<< < (5/6) > >>

sbp:
No, I have almost ported piCorePlayer to the new version and wifi and ALSA is working really good - no issues what so ever.

Regards
Steen

Paul_123:
wifi working here too.

bmarkus:

--- Quote from: Paul_123 on March 16, 2014, 10:25:34 AM ---wifi working here too.

--- End quote ---

Thanks, as I see it can be marked safely as solved. Hopefully Gerrelt gets the same result :)

bmarkus:

--- Quote from: sbp on March 16, 2014, 09:37:31 AM ---The error (only seen on attached screen) not showing up in putty or dmesg or syslog. So this is typed in via keyboard:


--- Code: ---udevadm settle - timeout of 5 seconds reached, the event queue contains:
/sys/devices/platform/bcm2708_usb_usb1/1-1/1-1./1-1.3/1:1.0/input/input0 (1586)
/sys/devices/platform/bcm2708_usb_usb1/1-1/1-1./1-1.3/1:1.0/input/input0/event0 (1587)
/sys/devices/platform/bcm2835_AUD0.0 (1590)
/sys/devices/platform/bcm2835_AUD1.1 (1591)
/sys/devices/platform/bcm2835_AUD2.2 (1592)
/sys/devices/platform/bcm2835_AUD3.3 (1593)
/sys/devices/platform/bcm2835_AUD4.4 (1594)
/sys/devices/platform/bcm2835_AUD5.5 (1595)
/sys/devices/platform/bcm2835_AUD6.6 (1596)
/sys/devices/platform/bcm2835_AUD7.7 (1597)
/sys/devices/platform/bcm2835_hwmon.0 (1598)
/sys/devices/platform/ess9018-codec (1600)
/sys/devices/platform/mmc_host/mmc0/mmc0:b368/block/mmcblk0 (1606)
/sys/devices/platform/mmc_host/mmc0/mmc0:b368/block/mmcblk0/mmcblk0p1 (1607)
/sys/devices/platform/mmc_host/mmc0/mmc0:b368/block/mmcblk0/mmcblk0p2 (1608)
/sys/devices/platform/pcm1794a-codec (1609)
/sys/devices/platform/pcm5102a-codec (1610)
--- End code ---


I have no idea what is causing these errors. It is a clean piCore5.2.1 rc2 with wifi packages installed and nothing else.

Steen

--- End quote ---

You can ignore these messages.

Gerrelt:

--- Quote from: bmarkus on March 16, 2014, 10:31:37 AM ---
--- Quote from: Paul_123 on March 16, 2014, 10:25:34 AM ---wifi working here too.

--- End quote ---

Thanks, as I see it can be marked safely as solved. Hopefully Gerrelt gets the same result :)

--- End quote ---

Yes, Gerrelt gets the same results too! Thank you for the change Béla!  8)
Everything is working fine on this release now.

Can I make one more suggestion for the wifi.sh change?
The script continuus, even when the wpa_supplicant command fails.
Could we change this line:
 
--- Code: ---system("wpa_supplicant -i " d " -c /etc/wpa_supplicant.conf -B  -D $WPADRV >/dev/null 2>&1")
--- End code ---

To:

--- Code: ---  if (system("wpa_supplicant -i " d " -c /etc/wpa_supplicant.conf -B  -D $WPADRV >/dev/null 2>&1") != 0) {
     print "\n\nERROR: Could not start wpa_suppicant" > "/dev/stderr"
     exit 1
  }
--- End code ---

That way the script will exit with an error in case the wpa_supplicant command fails.


Greetings,
    Gerrelt.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version