WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore-9.0beta3 released  (Read 47782 times)

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: piCore-9.0beta3 released
« Reply #15 on: April 21, 2017, 03:02:58 AM »
after install and setup of  9.beta3 on my RASPI 3 the
$ speaker-test
utility also did not work. After I installed libasound.tcz it worked. I still have no idea whether this problems are only in my installed system or if there is something missing in the .dep files or whether I am accessing a wrong reopo.
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline gavinmc42

  • Sr. Member
  • ****
  • Posts: 301
Re: piCore-9.0beta3 released
« Reply #16 on: April 21, 2017, 05:32:36 AM »
Tried piCore booting from USB stick.
It booted but no ethernet, no ipaddress.

Maybe the slower booting affected the Lan stuff as the Ethernet chip is also on USB.
Strange as the Lanchip is the USB hub????

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: piCore-9.0beta3 released
« Reply #17 on: April 21, 2017, 10:44:16 AM »
I think when you try to boot from USB (on RASPI3) you need to put that "wait USB" command into
the cmdline.txt. Please refer to README file under Boot codes.
plse check bootcodes in FAQ
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: piCore-9.0beta3 released
« Reply #18 on: April 21, 2017, 12:22:28 PM »
pulseaudio needs a fix.
pulseaudio: error while loading shared libraries: libspeexdsp.so.1: cannot open shared object file: No such file or directory.
libspeexdsp is not in the dependency file.
where can we find that extension?
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: piCore-9.0beta3 released
« Reply #19 on: April 21, 2017, 01:33:05 PM »
Hi beerstein
You might try checking  speexdsp.tcz  or  speex.tcz.

Offline gavinmc42

  • Sr. Member
  • ****
  • Posts: 301
Re: piCore-9.0beta3 released
« Reply #20 on: April 21, 2017, 04:34:53 PM »
Thanks beerstein.

I did think it was something like that. tried usbwait=10.
But it was getting late and could not remember the syntax.

waitusb=10 added to cmdline.txt worked.
Now have piCore busy doing installing x11  -  tce-load -wi TC.tcz
Yep X11 up and running

Boot is much slower, getting toward normal PC times, but not as long as Windows :P
Might have to get a M2 SSD and caddy, turn piCore into a real desktop.
Hey do USB CDROMs work on Pi?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: piCore-9.0beta3 released
« Reply #21 on: April 21, 2017, 10:15:11 PM »
pulseaudio needs a fix.
pulseaudio: error while loading shared libraries: libspeexdsp.so.1: cannot open shared object file: No such file or directory.
libspeexdsp is not in the dependency file.
where can we find that extension?

You might want to check your dep files - speex is a dep of libpulseaudio, which is in turn a dep of pulseaudio.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-9.0beta3 released
« Reply #22 on: April 21, 2017, 11:08:14 PM »
Hey do USB CDROMs work on Pi?

I have never tried and never heard someone tried yet, but it must work. You need the necessary kernel modules for the filesystem, the cdrom module and for the USB, but I'm sure everything is available. I do not have such hardware. If you can try, let us know the result  ;)
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: piCore-9.0beta3 released
« Reply #23 on: April 21, 2017, 11:47:38 PM »
May need a powered hub? I recall the pi had a bit weak USB output, and optical drives need some power.
The only barriers that can stop you are the ones you create yourself.

Offline gavinmc42

  • Sr. Member
  • ****
  • Posts: 301
Re: piCore-9.0beta3 released
« Reply #24 on: April 22, 2017, 12:08:23 AM »
My security cam Pi's use a WD purple in a USB3 externally powered caddy no problem.
Might get another $5 caddy and try a sata DVD drive :-*
Make myself a Pi Juke box? Got hundred of CD I have not heard since the last player bit the dust.
hmm robot arm with cdrom vacuum pickup, add to list ::)

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: piCore-9.0beta3 released
« Reply #25 on: April 22, 2017, 04:23:21 AM »
Tried piCore booting from USB stick.
Are there any downsides in altering the OTP memory in order to enable USB booting?
Like warranty voided, maybe slower boot due to searching for boot files on USB, etc.
The only warning I found so far was that it can't be undone, which in itself doesn't necessarily sound like a big deal.

Also, is the firmware currently provided with piCore 9.0 able to set the USB boot bit, or is the 'next' branch / beta firmware from git required? The firmware and boot files that come with 8.x didn't seem to have recognized the setting in config.txt.
Download a copy and keep it handy: Core book ;)

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: piCore-9.0beta3 released
« Reply #26 on: April 22, 2017, 07:42:24 AM »
Might have to get a M2 SSD and caddy, turn piCore into a real desktop.
I believe the USB2.0 bandwith is the limit.  ::)
I don't think installing a SSD for raspberry pi would do much help.

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: piCore-9.0beta3 released
« Reply #27 on: April 22, 2017, 12:05:16 PM »
thanx for the help. I installed speexdsp.tcz  and  speex.tcz as well as libpulseaudio.
Now the error message can not find "libjson-c.so:
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: piCore-9.0beta3 released
« Reply #28 on: April 22, 2017, 12:11:49 PM »
Hi beerstein
Try  json-c.tcz

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: piCore-9.0beta3 released
« Reply #29 on: April 22, 2017, 09:52:42 PM »
thanx for the help. I installed speexdsp.tcz  and  speex.tcz as well as libpulseaudio.
Now the error message can not find "libjson-c.so:

Please check that the files libpulseaudio.tcz.dep and pulseaudio.tcz.dep are present on your system and paste the contents here.