LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-25-2021, 12:19 AM   #31
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 2,153

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by glorsplitz View Post
shot-1970-01-01_00-39-59.jpg, you didn't run ntp?

is mpv part of base install?
i have not connected to the network, ntp is set to work.
yes, mpv is included in prebuilt builds.
 
Old 01-25-2021, 03:18 AM   #32
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 304

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
the desktop was also replaced with enlightenment.
So you mean that whoever wants to keep using Xfce, will have to use the base installer image, and install the Xfce related packages manually?
 
Old 01-25-2021, 03:25 AM   #33
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 2,153

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by wowbaggerHU View Post
So you mean that whoever wants to keep using Xfce, will have to use the base installer image, and install the Xfce related packages manually?
for a given image, yes.
but globally you can build with both xfce and enlightenment, this is just the first build with enlightenment.
 
1 members found this post helpful.
Old 01-25-2021, 03:29 AM   #34
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 304

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
for a given image, yes.
but globally you can build with both xfce and enlightenment, this is just the first build with enlightenment.
Hi sndwvs, that's understandable. Thank you for the explanation.
 
Old 03-16-2021, 11:16 AM   #36
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 2,153

Original Poster
Rep: Reputation: Disabled
kernel 5.10.23
 
Old 05-01-2021, 03:33 PM   #38
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 2,153

Original Poster
Rep: Reputation: Disabled
update kernel 5.12.0
 
Old 05-17-2021, 09:19 AM   #40
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 304

Rep: Reputation: Disabled
Hi sndwvs,

I don't wish to sidetrack this thread, but I encountered a previously unknown problem (at least for me).
I have a 4 GB raspberry pi 4, and I would like to use an RTC. I own a number of them, and they all are this model.

Until now used them happily but I recently switched from a 2 GB to a 4 GB RPi4, and also upgraded to kernel 5.10.0.
The problem is that:

In /boot/config.txt, I have
Code:
dtparam=i2c_arm=on
dtoverlay=disable-vc4,i2c-rtc,ds3231
And the device shows up in i2cdetect's output:
Code:
root@raspberry-pi-4:~# i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --
So it seems to be connected to the RPi4 properly.
However when I try to execute the usual commands to activate the RTC,

Code:
lsmod | grep -q i2c-bcm2708 || modprobe i2c-bcm2708
cat <<<"ds1307 0x68" >/sys/class/i2c-adapter/i2c-1/new_device
sleep 1
[ -c /dev/rtc0 ] && hwclock --hctosys
I get this:

Code:
[   11.711634] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   18.839442] random: crng init done
[   19.164643] i2c i2c-1: new_device: Instantiated device ds1307 at 0x68
[   19.174771] rtc-ds1307: probe of 1-0068 failed with error -121
On my second attempt, I'm greeted with this:
Code:
[   88.940468] i2c /dev entries driver
[  137.524802] i2c i2c-1: Failed to register i2c client ds1307 at 0x68 (-16)
Do you happen to have any tips on this?
I already spent a few hours googling around, but wasn't able to fix the problem.
 
Old 05-17-2021, 09:31 AM   #41
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 2,153

Original Poster
Rep: Reputation: Disabled
Hi wowbaggerHU,
here is a similar problem
Code:
dtoverlay=i2c-rtc,ds1307,addr=0x58
 
Old 05-17-2021, 10:16 AM   #42
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 304

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
Code:
dtoverlay=i2c-rtc,ds1307,addr=0x58
Well, it either was a contact problem (that was fixed by now through the many disassembly-reassembly cycles), or the one you mentioned, but it works now.
Although I have to point out that the address had to be (or was) corrected to 0x68.

Either way, thank you for helping me out!
 
Old 07-08-2021, 01:15 PM   #43
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 2,153

Original Poster
Rep: Reputation: Disabled
update kernel 5.13.0
 
Old 07-11-2021, 05:37 AM   #45
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,171

Rep: Reputation: Disabled
On a similar theme, I've noticed a lot of new files going in to Slarm64 recently (I rsync a local NAS with Slackware.UK), but slackpkg isn't detecting them. It looks as if the changelog isn't getting updated, nor are the checksums, which are throwing up md5 errors.

Not criticising, as I know its a lot of work! Just flagging up in case you were unaware.

Slackware64-curent from the same source is fine.

--
Pete
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: Raspberry Pi: Combine a Raspberry Pi with up to 4 Raspberry Pi Zeros for less than US$50 with the Cluster HAT LXer Syndicated Linux News 0 07-05-2019 12:03 PM
LXer: Ubuntu 13.04 Aims For 64-bit ARM Support (AArch64) LXer Syndicated Linux News 0 11-01-2012 04:10 AM
LXer: AArch64 Called For Merging To GCC Trunk LXer Syndicated Linux News 0 10-23-2012 05:42 PM
LXer: ARM64/AArch64 Support Going Into Linux 3.7 Kernel LXer Syndicated Linux News 0 10-02-2012 06:20 AM

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

All times are GMT -5. The time now is 04:04 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