openSUSE 12.3 on ODROID-X.
I reinstalled glibc but still getting the problem.
ODROID-X:/3/ODROID-X/SUSE/hamlib # ldd /usr/local/bin/rigctl
libhamlib.so.2 => not found
libltdl.so.7 => /usr/lib/libltdl.so.7 (0xb6f6c000)
libm.so.6 => /lib/libm.so.6 (0xb6ef9000)
libusb-0.1.so.4 => /usr/lib/libusb-0.1.so.4 (0xb6eec000)
libdl.so.2 => /lib/libdl.so.2 (0xb6edf000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6eb5000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6e95000)
libc.so.6 => /lib/libc.so.6 (0xb6d5d000)
/lib/ld-linux-armhf.so.3 (0xb6f96000)
libusb-1.0.so.0 => /usr/lib/libusb-1.0.so.0 (0xb6d47000)
librt.so.1 => /lib/librt.so.1 (0xb6d38000)
# cat /etc/ld.so.conf
/usr/local/lib
include /etc/ld.so.conf.d/*.conf
# /lib64, /lib, /usr/lib64 and /usr/lib gets added
# automatically by ldconfig after parsing this file.
# So, they do not need to be listed.
# ldconfig -v
/usr/local/lib:
librtlsdr.so.0 -> librtlsdr.so.0.0.0
libcodec2.so.0 -> libcodec2.so.0.0.0
libhamlib++.so.2 -> libhamlib++.so.2.1.0
libhamlib.so.2 -> libhamlib.so.2.1.0
ODROID-X:/3/ODROID-X/SUSE/hamlib # rigctl
rigctl: error while loading shared libraries: libhamlib.so.2: cannot
open shared object file: No such file or directory
ODROID-X:/3/ODROID-X/SUSE/hamlib # LD_LIBRARY_PATH=/usr/local/lib rigctl
-l | less
Rig # Mfg Model Version Status
1 Hamlib Dummy 0.5 Beta
2 Hamlib NET rigctl 0.3 Beta
101 Yaesu FT-847 0.5 Beta
103 Yaesu FT-1000D 0.0.6 Alpha
104 Yaesu MARK-V FT-1000MP 0.0.5 Alpha
105 Yaesu FT-747GX 0.4.1 Beta
ldconfig -p also lists it in the cache.
Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi all!
Is it possible to upgrade my pandaboard installation (12.2 image) to the current 12.3 version?
Regards,
endym
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
I can't seem to get past 800MHz on the Beagleboard XM cpu clock, though
the part is rated for 1GHz. The 800MHz limit can't be exceeded. Anyway
around this?
linux:/proc # cpufreq-info -m
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to http://bugs.opensuse.org, please.
analyzing CPU 0:
driver: omap
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 300 us.
hardware limits: 300 MHz - 800 MHz
available frequency steps: 300 MHz, 600 MHz, 800 MHz
available cpufreq governors: conservative, userspace, powersave,
ondemand, performance
current policy: frequency should be within 300 MHz and 800 MHz.
The governor "userspace" may decide which speed to use
within this range.
current CPU frequency is 800 MHz (asserted by call to hardware).
cpufreq stats: 300 MHz:0.25%, 600 MHz:0.00%, 800 MHz:99.75% (53)
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi All,
New to OpenSuse + ARM. I am experimenting with Rapsberry Pis.
I have just downloaded the 20130407 raspberry pi image to take 12.3 for a spin.
Why do we place the root partition sandwiched between the boot
partition and the swap partition?
Not sure of the RPi boot loader, but assuming the loader is hard coded
to boot from the second partition - would we not be better to use a
swap file and just having a rootfs as the only partition? This way the
partition can be resized to fill the rest of a larger SD card.
Thanks for everyone's efforts so far.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
what is the right way to add users to video group automatically?
For example, we would need it to run some video tests using /dev/dri/* files.
> ll -h /dev/dri/
total 0
crw-rw----+ 1 root video 226, 0 avril 22 16:38 card0
crw-rw---- 1 root video 226, 64 avril 22 16:38 controlD64
Guillaume
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
ODROID-X:/media/1/ghpsdr3-alex # ./configure CFLAGS='-O2 -pipe
-mfpu=neon -fno-tree-vectorize -fopenmp' CXXFLAGS='-O2 -pipe -mfpu=neon
-fno-tree-vectorize -fopenmp'
Attached text file of the errors.
All the header files are present and it compiles fine on x86_64
openSUSE, Ubuntu and Ubuntu 12.10 from hardkernel.com.
Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
Hi,
does this patch apply to our Arndale boards?
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7684/1
I've noticed while rebasing to 3.9-rc7 that we're missing this patch.
Greetings,
Dirk
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hello,
after the kernel-version for arm on openSUSE 12.3 is still 3.7.9, we tried to update it to the current version 3.7.10.
Unfortunately we've encountered some build-failures for the kernel-u8500 pkg.
Here you can find the build-log: https://build.opensuse.org/project/show?project=openSUSE%3AMaintenance%3A15…
I would appreciate it, if someone could have a look at it and create a maintenancerequest with a fixed version.
Thanks in advance and greets
Benjamin
--
Benjamin Brunner <bbrunner(a)suse.com>,
SUSE LINUX, Maintenance
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284
(AG Nürnberg)
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
FWIW, I have run rtlsdr on a Beagleboard XM. I had to add a symbolic link to make it work.
This is from my notes on installing the rtlsdr for ads-b:
> If there is a library issue, this symbolic link should fix it:
> cd /lib
> ln -s /usr/local/lib/librtlsdr.so.0.0.0 librtlsdr.so.0
There may be a more elegant fix.
------Original Message------
From: Andreas Schwab
To: sboyce(a)blueyonder.co.uk
Cc: opensuse-arm(a)opensuse.org
Subject: Re: [opensuse-arm] Applications can't find libraries in /usr/local/lib
Sent: Apr 17, 2013 1:56 AM
Sid Boyce <sboyce(a)blueyonder.co.uk> writes:
> For /usr/local/lib it prints out what's expected.
No second hand guesses. Show us the *facts*.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab(a)suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Sent via BlackBerry from T-Mobile
On 16 April 2013 17:32, Dirk Müller <dirk(a)dmllr.de> wrote:
> Hi,
>
> I think we can use devel:ARM:Factory for that as a devel project.
>
> Feel free to submit there.
>
Lovely, thanks. I'll try and submit it tonight.
Regards,
Andy
> Greetings,
> Dirk
>
> Am 16.04.2013 09:12 schrieb "Andrew Wafaa" <awafaa(a)opensuse.org>:
>>
>> Hi,
>>
>> I've packaged Ne10[0] an open source library to leverage Neon. It
>> probably needs a clean up[1] before submitting (feedback welcome), but
>> what I wanted to know is where should I submit this to as a devel
>> project as I would like to see this included in 13.1.
>>
>> Thanks,
>>
>> Andy
>>
>> 0 - http://projectne10.org
>> 1 -
>> https://build.opensuse.org/package/show?package=Ne10&project=home%3AFunkyPe…
>> --
>> Andrew Wafaa
>> IRC: FunkyPenguin
>> GPG: 0x3A36312F
>> --
>> To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
>> To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
>>
>
--
Andrew Wafaa
IRC: FunkyPenguin
GPG: 0x3A36312F
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org