LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 11-28-2019, 02:31 PM   #16
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Thumbs up


Quote:
Originally Posted by sndwvs View Post
need to see

checked everything works
simple setup:
1. configure rc.inet1.conf
Code:
IFNAME[4]="wlan0"
#IPADDR[4]=""
#NETMASK[4]=""
USE_DHCP[4]="yes"
#DHCP_HOSTNAME[4]="icculus-wireless"
#DHCP_KEEPRESOLV[4]="yes"
#DHCP_KEEPNTP[4]="yes"
#DHCP_KEEPGW[4]="yes"
#DHCP_IPADDR[4]=""
#WLAN_ESSID[4]=DARKSTAR
#WLAN_MODE[4]=Managed
#WLAN_RATE[4]="54M auto"
#WLAN_CHANNEL[4]="auto"
#WLAN_KEY[4]="D5A31F54ACF0487C2D0B1C10D2"
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16"
WLAN_WPA[4]="wpa_supplicant"
#WLAN_WPADRIVER[4]="nl80211"
#WLAN_WPAWAIT[4]=30
2. configure wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=root

network={
        ssid="name of your point"
        scan_ssid=1
        key_mgmt=WPA-PSK
        psk="very secret passphrase"
}
3. connection automatically after reboot or manual
Code:
/etc/rc.d/rc.inet1 start_wlan0
I confirm that your way is working here.

Code:
$ sudo /etc/rc.d/rc.inet1 start_wlan0
/etc/rc.d/rc.inet1:  wlan0 information: 'Any ESSID'
Successfully initialized wpa_supplicant
ioctl[SIOCSIWMODE]: Operation not permitted
Polling for DHCP server on interface wlan0:
wlan0: connected to Access Point `'
DUID 00:01:00:01:18:8b:c9:49:ae:1e:19:20:55:6d
wlan0: IAID a2:14:d9:2a
wlan0: soliciting a DHCP lease
wlan0: soliciting an IPv6 router
wlan0: Router Advertisement from fe80::71ac:d4c6:8144:4528
wlan0: adding address 2405:204:101c:4f3c:cf35:5726:8c8c:f3ea/64
wlan0: adding route to 2405:204:101c:4f3c::/64
wlan0: requesting DHCPv6 information
wlan0: fe80::71ac:d4c6:8144:4528 is reachable again
wlan0: offered 192.168.225.53 from 192.168.225.1
wlan0: ignoring offer of 192.168.225.53 from 192.168.225.1
wlan0: probing address 192.168.225.53/24
forked to background, child pid 2506
wlan0: adding default route via fe80::71ac:d4c6:8144:4528
Maybe NetworkManager is doing something exotic. Found a bug report on the Radxa forum:
https://forum.radxa.com/t/unable-to-connect-wifi-ap/493

Thanks again!
 
Old 11-30-2019, 10:16 PM   #17
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Here are some packages that can be useful (noting it here for new comers):

Code:
# Fetching

* git
* nghttp2  # needed by git
* curl     # useful as well as needed by git

# Compiling

* make
* guile  # needed by make
* gc     # needed by make

* glibc
 
Old 11-30-2019, 10:47 PM   #18
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,900

Original Poster
Rep: Reputation: Disabled
Thanks, aaditya

I did not add extra packages for the xfce edition so as not to increase the size, but if it is more convenient, I will include these packages.

* but I think it's worth adding to simplify the work.
 
1 members found this post helpful.
Old 12-01-2019, 12:35 AM   #19
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Quote:
Originally Posted by sndwvs View Post
Thanks, aaditya

I did not add extra packages for the xfce edition so as not to increase the size, but if it is more convenient, I will include these packages.

* but I think it's worth adding to simplify the work.
Right sndwvs.

We need balance between size and included programs.

Out of the programs I mentioned, I would include curl, which is a base package.

The other packages I was able to find because the package was not installed or reported missing .so files. With curl, git depends on curl but does not link to it, so I got a weird error about missing certificates.
 
Old 12-01-2019, 12:39 AM   #20
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Was able to solve the Thunar issue.

Thunar was showing extra system partitions like /sys, /proc, /dev while auto mounting of USB drives was not working.
After some research, I found that udisks2 daemon was not able to start due to missing dependency on libatasmart.

On installing libatasmart and re-login, the extra mounts disappeared and my USB thumb drive showed up.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2019-12-01_12-11-43.png
Views:	26
Size:	46.8 KB
ID:	32016  

Last edited by aaditya; 12-01-2019 at 12:42 AM. Reason: add screenshot
 
Old 12-01-2019, 02:18 AM   #21
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,900

Original Poster
Rep: Reputation: Disabled
update:


slarm64-current-aarch64-base-rootfs-14Oct19-4.4.206-rock_pi_4-build-20191206.img.xz
slarm64-current-aarch64-base-rootfs-14Oct1corrupted archive9-4.4.206-rock_pi_4-build-20191206.img.xz.md5

slarm64-current-aarch64-xfce-rootfs-14Oct19-4.4.206-rock_pi_4-build-20191206.img.xz
slarm64-current-aarch64-xfce-rootfs-14Oct19-4.4.206-rock_pi_4-build-20191206.img.xz.md5

Last edited by sndwvs; 12-06-2019 at 05:11 PM. Reason: corrupted archive
 
1 members found this post helpful.
Old 12-09-2019, 09:54 AM   #22
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Hey sndwvs,

A guide to upgrade the kernel would be appreciated.

Can add it here. Thanks!
 
Old 12-09-2019, 10:33 AM   #23
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,900

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aaditya View Post
Hey sndwvs,

A guide to upgrade the kernel would be appreciated.

Can add it here. Thanks!
added in README.TXT
or official Slackware Package Management

Last edited by sndwvs; 12-09-2019 at 01:02 PM.
 
1 members found this post helpful.
Old 12-10-2019, 12:27 PM   #24
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Quote:
Originally Posted by sndwvs View Post
That worked!

However after updating and rebooting, HDMI is not working.
Found this in dmesg via TTL:

Code:
[   57.862464] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862496] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862515] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862533] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862550] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862568] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
The status light on the monitor switches between on and off but no picture comes.

Will try downgrading to previous kernel.

Edit-
Check workaround for HDMI.

Last edited by aaditya; 12-17-2019 at 03:46 AM. Reason: add workaround
 
Old 12-10-2019, 12:42 PM   #25
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,900

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aaditya View Post
That worked!

However after updating and rebooting, HDMI is not working.
Found this in dmesg via TTL:

Code:
[   57.862464] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862496] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862515] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862533] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862550] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
[   57.862568] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
The status light on the monitor switches between on and off but no picture comes.

Will try downgrading to previous kernel.
hdmi cable must be connected before turning on the board.
in recent images fixed this behavior is added.
 
1 members found this post helpful.
Old 12-10-2019, 01:00 PM   #26
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Quote:
Originally Posted by sndwvs View Post
hdmi cable must be connected before turning on the board.
in recent images fixed this behavior is added.
HDMI cable was connected before boot (restarted many times to check), but still got this issue.
Definitely looks like an upstream bug / regression.

When I write poweroff command screen switches on and shows the shutdown sequence before poweroff.
Tried adding the udev rule and script on my system, didnt work so far.

Script reports this:
Code:
No protocol specified
Can't open display :0.0
No protocol specified
Can't open display :0.0
Thanks!
 
Old 12-12-2019, 02:05 AM   #27
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Hey sndwvs

Request you to add lm_sensors to Xfce image, got error in log about it:

Code:
[    56.497] (EE) AIGLX error: dlopen of /usr/lib64/xorg/modules/dri/swrast_dri.so failed (libsensors.so.5: cannot open shared object file: No such file or directo
ry)
[    56.497] (EE) AIGLX error: unable to load driver swrast
[    56.497] (EE) GLX: could not load software renderer
Found a strange way to get HDMI to work:
Quote:
Login via USB TTL console -> startx -> (monitor does not work) -> Ctrl + C -> (monitor starts woking).
(tested with downgraded 196 kernel image)
 
Old 12-12-2019, 03:39 AM   #28
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,900

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aaditya View Post
Hey sndwvs

Request you to add lm_sensors to Xfce image, got error in log about it:

Code:
[    56.497] (EE) AIGLX error: dlopen of /usr/lib64/xorg/modules/dri/swrast_dri.so failed (libsensors.so.5: cannot open shared object file: No such file or directo
ry)
[    56.497] (EE) AIGLX error: unable to load driver swrast
[    56.497] (EE) GLX: could not load software renderer
Found a strange way to get HDMI to work:

(tested with downgraded 196 kernel image)
Thanks aaditya,
yes, lm_sensors has been added in the last image
 
1 members found this post helpful.
Old 12-12-2019, 08:11 AM   #29
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
minor suggestion

Hey sndwvs,

In /etc/slackpkg/mirrors, can add more mirrors or link where to find more mirrors, ie:
http://fail.pp.ua/download.html

Thanks.
 
Old 12-12-2019, 08:19 AM   #30
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
video player

Hey sndwvs,

mpv refusing to work here:
Code:
$ mpv --profile=rkmpp VTS_01_1.VOB 
ffmpeg library versions:
   libavutil       56.35.100 (runtime 56.31.100)
   libavcodec      58.59.102 (runtime 58.54.100)
   libavformat     58.33.100 (runtime 58.29.100)
   libswscale      5.6.100 (runtime 5.5.100)
   libavfilter     7.62.100 (runtime 7.57.100)
   libswresample   3.6.100 (runtime 3.5.100)
ffmpeg version: 4.2.1

mpv was compiled against a different version of FFmpeg/Libav than the shared
library it is linked against. This is most likely a broken build and could
result in misbehavior and crashes.

mpv does not support this configuration and will not run - rebuild mpv instead.
Missing precompiled VLC from AlienBob.

I tried compiling parole from SBo. It works after installing gst-plugins-libav and tweaking some options, but full screen performance is laggy.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] ROCKPro64 RK3399 (aarch64) sndwvs Slackware - ARM 36 12-07-2021 09:24 AM
Video : RecalBox on the Rock Pi 4 (and other RK3399 boards) NicoD SBC Linux - Embedded & Single-board computer 2 02-01-2019 08:05 AM
ROCK-esque "distro", but not ROCK? piete Linux - Distributions 5 08-21-2006 04:41 PM
Rock Linux -- does it rock ?? rolando Linux - Distributions 2 10-10-2004 01:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 02:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration