Tiny Core Base > piCore Test Releases
piCore-7.1beta2 released
jncl:
Hi Béla,
On a clean 7.1beta2 install, I have found that the following WiFi dongles don't work with the current wireless* and firmware* extensions: 0x148f/0x7601, 0x148f/0x760b, 0x0a5c/0xbd1e. All the other ones mentioned in my previous post do work.
lsmod only reports the WiFi module(s), no other ones are reported as loaded.
HTH
Jon
Gerrelt:
--- Quote from: Rich on March 19, 2016, 11:36:28 AM ---Hi Gerrelt
I don't think there's any md5 problem with libnl:
...
Maybe this is your problem:
--- Code: ---Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: short write
libnl.tcz: FAILED
--- End code ---
Isn't short write an indication your disk is full?
--- End quote ---
D'oh... :-[ ...I made a rookie mistake, I forgot to enlarge the partition! You're totally right.
I will test again tomorrow.
Greetings,
Gerrelt.
gavinmc42:
Trying to get wifi working on Pi3,
Got this in dmesg, which I assume means it does not know which country it is in.
--- Code: ---[ 349.348987] cfg80211: Calling CRDA to update world regulatory domain
[ 352.508990] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
--- End code ---
Installed iw.tcz
"iw reg get" gets this this
--- Code: ---country 00: DFS-UNSET
(2402 - 2472 @ 40), (6, 20), (N/A)
(2457 - 2482 @ 40), (6, 20), (N/A), PASSIVE-SCAN
(2474 - 2494 @ 20), (6, 20), (N/A), NO-OFDM, PASSIVE-SCAN
(5170 - 5250 @ 160), (6, 20), (N/A), PASSIVE-SCAN
(5250 - 5330 @ 160), (6, 20), (0 ms), DFS, PASSIVE-SCAN
(5490 - 5730 @ 160), (6, 20), (0 ms), DFS, PASSIVE-SCAN
(5735 - 5835 @ 80), (6, 20), (N/A), PASSIVE-SCAN
(57240 - 63720 @ 2160), (N/A, 0), (N/A)
--- End code ---
"sudo iw reg set AU" does not seem to work.
On my Linux Mint box I get this
--- Code: ---country AU:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (3, 23)
(5250 - 5330 @ 40), (3, 23), DFS
(5735 - 5835 @ 40), (3, 30)
--- End code ---
'lsmod" gives this
--- Code: ---Module Size Used by Not tainted
i2c_dev 6020 0
brcmfmac 178949 0
brcmutil 5731 1 brcmfmac
cfg80211 436630 1 brcmfmac
rfkill 16625 1 cfg80211
i2c_bcm2708 5002 0
bcm2835_gpiomem 3023 0
bcm2835_rng 1816 0
spi_bcm2835 7252 0
uio_pdrv_genirq 2966 0
uio 8340 1 uio_pdrv_genirq
--- End code ---
'iwconfig"
--- Code: ---wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
lo no wireless extensions.
eth0 no wireless extensions.
--- End code ---
installing and running "strace sudo iw reg set AU" give a bunch of stuff but this bit sticks out
--- Code: ---open("/sys/class/ieee80211/reg/index", O_RDONLY) = -1 ENOENT (No such file or directory)
sendmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\34\0\0\0\26\0\5\0\242\16\356V3\4@\25\33\0\0\0\7\0!\0AU\0\0", 28}], msg_controllen=0, msg_flags=0}, 0) = 28
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"0\0\0\0\2\0\0\0\242\16\356V3\4@\25\377\377\377\377\34\0\0\0\26\0\5\0\242\16\356V"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 48
write(2, "command failed: Operation not pe"..., 45command failed: Operation not permitted (-1)
) = 45
close(3)
--- End code ---
google says hostapd needed?
--- Code: ---tce-load -wi hostapd.tcz
hostapd.tcz.dep OK
Downloading: openssl-1.0.1.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
openssl-1.0.1.tcz 100% |****************************************************| 1520k 0:00:00 ETA
openssl-1.0.1.tcz: OK
Downloading: libnl1.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: libnl1.tcz.md5.txt: No such file or directory
Error on libnl1.tcz
--- End code ---
No clues what to do next, but I think that is also the wrong openssl version, current is 1.0.2?
[EDIT]: Added code tags. Rich
Gerrelt:
--- Quote from: bmarkus on March 19, 2016, 03:38:32 AM ---@Gerrelt
Does WiFi work with 7.1beta1?
--- End quote ---
Hi Béla,
I've retested and I can now confirm it's working perfectly on 7.1beta1.
Greetings,
Gerrelt.
bmarkus:
Thanks, let's see beta3 in next days
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version