Tiny Core Base > piCore Test Releases

piCore-5.2.1rc2

(1/6) > >>

bmarkus:
Team Tiny Core is pleased to announce the availability of piCore-5.2.1rc2:

http://tinycorelinux.net/5.x/armv6/release_candidates/

Change log for 5.2.1rc2:

* added more protection of TC scripts against bad extensions
* added kernel modules required by USB 3G adapters

Change log for 5.2.1rc1:

* kernel updated to 3.13.6
* added kernel modules required to connect WiFi AP with SHA encryption
* added ntpserver=<serveraddress> boot option to define ntp server (default pool.ntp.org)
* added /etc/sysconfig/ntpserver config file to define ntp server address
* fixed issued that modules were not found in /usr/local/lib
* USB CLASS modules are not built into the kernel but real modules part of base

Please note, alsa-modules-3.13.6-piCore+.tcz has no startup script to avoid conflicts with DACS, necessary modules must be loaded by user, including on-chip sound device.

Images with preinstalled SSH for headless operation and with GUI also available.

For support visit http://forum.tinycorelinux.net/index.php/board,57.0.html

Gerrelt:
Hi Béla,

I am testing this release candidate, but I encounter the same problem as with rc1.
I cannot connect to WiFi. Your previous reaction was:


--- Quote from: bmarkus on March 12, 2014, 05:25:51 PM ---Thanks for testing. dmesg output after trying and failing connect welcome as well as lsmod. In my case with 5.2 the problem comes when 802.11n mode and SHA encryption used, TKIP was OK. It is fixed adding two crypto module to rc1 base. In dmesg adapter was authenticated and immediately deautenthicated. Now it works fine here. Let's see your adapter.
--- End quote ---

So, here is the last part of the dmesg output:

--- Code: ---[    5.545775] usb 1-1.3.4: new full-speed USB device number 6 using dwc_otg
[    5.651021] usb 1-1.3.4: New USB device found, idVendor=0d8c, idProduct=000c
[    5.651053] usb 1-1.3.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    5.651068] usb 1-1.3.4: Product: C-Media USB Headphone Set
[    5.661703] input: C-Media USB Headphone Set   as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.3/input/input0
[    5.663872] hid-generic 0003:0D8C:000C.0002: input,hidraw1: USB HID v1.00 Device [C-Media USB Headphone Set  ] on usb-bcm2708_usb-1.3.4/input3
[    9.409830] random: mkswap urandom read with 75 bits of entropy available
[    9.422680] Adding 106800k swap on /dev/zram0.  Priority:-1 extents:1 across:106800k SSFS
[   10.285813] usb 1-1.3.5: new high-speed USB device number 7 using dwc_otg
[   10.387709] usb 1-1.3.5: New USB device found, idVendor=0bda, idProduct=8176
[   10.387743] usb 1-1.3.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.387758] usb 1-1.3.5: Product: 802.11n WLAN Adapter
[   10.387771] usb 1-1.3.5: Manufacturer: Realtek
[   10.387784] usb 1-1.3.5: SerialNumber: 00e04c000001
[   12.075610] random: nonblocking pool is initialized
[   12.295954] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[   12.433673] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[   30.390715] bcm2708-i2s bcm2708-i2s.0: Failed to create debugfs directory
[   31.143590] usbcore: registered new interface driver snd-usb-audio
[   31.933074] usbcore: registered new interface driver rtl8192cu
[   34.850907] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   36.503713] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
[   80.650306] cfg80211: Calling CRDA to update world regulatory domain
--- End code ---

And here is the lsmod output:

--- Code: ---tc@box:~$ lsmod
Module                  Size  Used by    Tainted: G
cfg80211              200338  0
8192cu                551259  0
snd_usb_audio         117335  0
snd_soc_wm8804          7755  0
snd_usbmidi_lib        18974  1 snd_usb_audio
snd_soc_wm8731         11300  0
snd_soc_bcm2708_i2s     5645  0
snd_rawmidi            20464  1 snd_usbmidi_lib
snd_seq_device          6014  1 snd_rawmidi
snd_soc_core          114787  3 snd_soc_wm8804,snd_soc_wm8731,snd_soc_bcm2708_i2s
snd_hwdep               5771  1 snd_usb_audio
snd_pcm_dmaengine       4422  1 snd_soc_core
snd_pcm                76395  4 snd_usb_audio,snd_soc_wm8731,snd_soc_core,snd_pcm_dmaengine
snd_page_alloc          4652  1 snd_pcm
snd_timer              19723  1 snd_pcm
snd_compress            7871  1 snd_soc_core
snd                    56666 10 snd_usb_audio,snd_usbmidi_lib,snd_soc_wm8731,snd_rawmidi,snd_seq_device,snd_soc_core,snd_hwdep,snd_pcm,snd_timer,snd_compress
regmap_i2c              1534  3 snd_soc_wm8804,snd_soc_wm8731,snd_soc_core
regmap_spi              1790  3 snd_soc_wm8804,snd_soc_wm8731,snd_soc_core
regmap_mmio             2669  1 snd_soc_bcm2708_i2s

--- End code ---

bmarkus:
As far as I remember it was reported to work by Paul_123

In dmesg I do not see firmware download attempt. Was it OK with other version? If so send dmesg and lsmod

Gerrelt:
OK, I did some more testing. I cannot connect with the wifi.sh script from wifi.tcz, but I can connect with my own script. I will compare the scripts some more. It might be caused by something in the wpa_supplicant.conf file.

sbp:
Hi bmarkus

I have tested 5.2.1rc2 with my two wifi adaptors:

The Ralink is working fine:


--- Code: ---[   26.036431] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[   26.333541] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[   26.334594] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   26.387005] usbcore: registered new interface driver rt2800usb

--- End code ---


And it connects fine - but there are some more info during the connection as compared to previous versions:

--- Code: ---Select Wifi Network

    ESSID                         Enc   Qual    Channel Type
 1. Cisco04554                     on    70       3     WPA
 2. Djurs5                         on    21       3
 3. Steens 2.4GHz                  on    21      10     WPA
 4. Auning_B_Moellevaenget         on    19       8

Enter selection ( 1 - 4 ) or (q)uit: 1
Enter password for Cisco04554 (8 to 63 characters): xxxxxxx
Sending credentials to requested access point Cisco04554..
udhcpc (v1.22.1) started
Sending discover...
Sending select for 192.168.1.12...
Lease of 192.168.1.12 obtained, lease time 604800
deleting routers
adding dns 193.162.153.164
adding dns 194.239.134.83
tc@box:~$

--- End code ---


The Realtek wifi is also detected:

--- Code: ---[    4.935722] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[    5.037719] usb 1-1.2: New USB device found, idVendor=7392, idProduct=7811
[    5.037753] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.037769] usb 1-1.2: Product: 802.11n WLAN Adapter
[    5.037782] usb 1-1.2: Manufacturer: Realtek
[    5.037795] usb 1-1.2: SerialNumber: 00e04c000001

--- End code ---


However it is unable to connect:

--- Code: ---Select Wifi Network

    ESSID                         Enc   Qual    Channel Type
 1. Cisco04554                     on    77       3     WPA
 2. Djurs5                         on    34       3     WPA

Enter selection ( 1 - 2 ) or (q)uit: 1
Enter password for Cisco04554 (8 to 63 characters): smiley12
Sending credentials to requested access point Cisco04554...................
udhcpc (v1.22.1) started
Sending discover...
Sending discover...
Sending discover...
No lease, failing
Failed to connect.
tc@box:~$

--- End code ---

Steen

Navigation

[0] Message Index

[#] Next page

Go to full version