Search found 18 matches

by joh
Tue May 29, 2012 8:43 pm
Forum: General / Software
Topic: PnP III v3.50: Enhance the standard OS - DOWNLOAD HERE!
Replies: 1295
Views: 908676

Re: PnP III for pre/post OpenPeak update Jogglers - Get it h

For those who have problems with the CIFS/SMB mount command, please try this syntax: NEW /bin/mount -t cifs //10.10.10.10\\music /media/YOURMOUNTPOINT -o user=auser,password=apass,iocharset=utf8 Make sure the mount directory exists (in this example YOURMOUNTPOINT), replace the name and path. It look...
by joh
Sun May 27, 2012 9:27 am
Forum: General / Software
Topic: cifs samba mounting.
Replies: 28
Views: 23543

Re: cifs samba mounting.

On the newer busybox build I changed the SMB mount command to from OLD /bin/mount -t cifs //10.10.10.10//music /media/music/smbshare -o user=auser,password=apass,iocharset=utf8 NEW /bin/mount -t cifs //10.10.10.10\\music /media/music/smbshare -o user=auser,password=apass,iocharset=utf8 Then it works...
by joh
Wed Mar 14, 2012 12:34 pm
Forum: General / Software
Topic: Boost Native Joggler Volume
Replies: 35
Views: 25497

Re: Boost Native Joggler Volume

no problem. The equivalent of autoexec.bat is the init v system. The flles are located inside /etc/init.d directory. The main startup file is /etc/init.d/rcS and the files inside the /etc/init.d/boot.d directory are being called during startup according their number. From my experience the init syst...
by joh
Tue Mar 13, 2012 11:30 pm
Forum: General / Software
Topic: Boost Native Joggler Volume
Replies: 35
Views: 25497

Re: Boost Native Joggler Volume

The init system can be quite nasty. I had many problems with it. Because I use the PnP II mod my system is different. But I looked into the stock OS files. You could try to open the file /openpeak/tango/run after the line #!/bin/sh add the amixer command. Another position you could try is at the bot...
by joh
Fri Mar 09, 2012 11:57 pm
Forum: General / Software
Topic: PnP Mk II - Superceeded by PnP III (May 2012)
Replies: 233
Views: 135580

Re: PnP Mk II - Here it is!

If you want to include it, In this attachment you will find the latest busybox Build (1.19.4) Thanks joh - Happy to add it to a future version, although not really sure what it is! Can you give me an idiots explanation as to what this is? Busybox is a binary which provides striped down versions of ...
by joh
Fri Mar 09, 2012 7:31 pm
Forum: General / Software
Topic: PnP Mk II - Superceeded by PnP III (May 2012)
Replies: 233
Views: 135580

Re: PnP Mk II - Here it is!

Hi offbeatdave, If you want to include it, In this attachment you will find the latest busybox Build (1.19.4), installation is simple: cp /bin/busybox /bin/busyboxbak cd /tmp gunzip busybox_1.19.4.gz chmod +x busybox mv busybox /bin busybox --install -s It offers several new functions and improves a...
by joh
Wed Mar 07, 2012 6:48 pm
Forum: General / Software
Topic: Trying to scrub internal partitions...locked? SOLVED(ish)!
Replies: 12
Views: 5789

Re: Trying to scrub internal partitions...locked? SOLVED(ish

thanks for the info, I thought you already unmounted the partitions /dev/mmcblk0*. Modern Linux distribution auto mount all file systems, which can be annoying. The dd command normally works if not I overwrite everything with zeros.
by joh
Wed Mar 07, 2012 6:45 pm
Forum: General / Software
Topic: Boost Native Joggler Volume
Replies: 35
Views: 25497

Re: Boost Native Joggler Volume

hmm, the init system on the Joggler is sometimes strange, I had various problems and made a lot of work arounds. If it is for SqueezePlay you could try to add this command to the file squeezebox.sh You could also look in the directory /etc/init.d/boot.d and edit a SXX file and try to add this comman...
by joh
Wed Mar 07, 2012 12:35 am
Forum: General / Software
Topic: Trying to scrub internal partitions...locked? SOLVED(ish)!
Replies: 12
Views: 5789

Re: Trying to scrub internal partitions...appear to be locke

Maybe you could try to delete the MBR and partition table with DD. Command should be dd if=/dev/zero of=/dev/mmcblk0 bs=512 count=1 After that please reboot or try to re-read the partition table with partprobe The kernel has a cache of the partition table. Never tried to wipe the internal storage wi...
by joh
Tue Mar 06, 2012 8:09 pm
Forum: General / Software
Topic: Boost Native Joggler Volume
Replies: 35
Views: 25497

Re: Boost Native Joggler Volume

Thank you for the volume tip, it works!

@cbredfred: Log in to the joggler via telnet/SSH,

Code: Select all

vi /etc/init.d/rcS 
Go to the end of the file, add the entry:

Code: Select all

/usr/bin/amixer sset 'Master',0 25 2>/dev/null
Save the file, reboot. Should work now.
by joh
Sun Mar 04, 2012 10:30 pm
Forum: General / Software
Topic: PnP Mk II - Superceeded by PnP III (May 2012)
Replies: 233
Views: 135580

Re: PnP Mk II - Here it is!

@ultrak3wl: Try different USB stick or try to format the stick with the HP USB storage tool ( http://www.softpedia.com/get/System/Hard-Disk-Utils/HP-USB-Disk-Storage-Format-Tool.shtml ) @offbeatdave: I made some progress regarding SAMBA/CIFS share. First I tried to copy the kernel modules from the L...
by joh
Sat Mar 03, 2012 5:46 pm
Forum: General / Software
Topic: Ubuntu / Xubuntu for the O2 Joggler.
Replies: 795
Views: 924618

Re: Ubuntu / Xubuntu for the O2 Joggler.

@BuZs: Thank you, using the rt2800usb module solved the problem. WiFi is stable since 2 days and no error messages in syslog any more.
by joh
Sat Mar 03, 2012 3:55 pm
Forum: General / Software
Topic: PnP Mk II - Superceeded by PnP III (May 2012)
Replies: 233
Views: 135580

Re: PnP Mk II - Here it is!

@offbetdave: That sounds good. On Logitech media server there are a lot of files which can be deleted, in the Bin directory and under CPAN/arch. There are some binarys for arm, powerpc ... which can be deleted. Then it takes about 100 MB. Do you know if working CIFS/Samaba modules exist? I found mod...
by joh
Fri Mar 02, 2012 10:38 pm
Forum: General / Software
Topic: PnP Mk II - Superceeded by PnP III (May 2012)
Replies: 233
Views: 135580

Re: PnP Mk II - Here it is!

Hi offbeatdave, just one note about the SSH/SCP access from Mk II: The SFTP system is broken, you can't connect with WinSCP or Cyberduck for example. I noticed that the sftp binary has problems with GLIBC. To fix it I got this file http://www.jogglerwiki.com/forum/viewtopic.php?f=2&t=88&p=44...
by joh
Thu Mar 01, 2012 10:55 pm
Forum: General / Software
Topic: PnP Mk II - Superceeded by PnP III (May 2012)
Replies: 233
Views: 135580

Re: PnP Mk II - Here it is!

I installed this on my replacement joggler, PnP looks really nice, good work!

Is it possible to overwrite the squeezebox server files with the ones from 7.7 to upgrade to the latest version or is the server customized?
by joh
Thu Mar 01, 2012 12:24 pm
Forum: General / Software
Topic: Ubuntu / Xubuntu for the O2 Joggler.
Replies: 795
Views: 924618

Re: Ubuntu / Xubuntu for the O2 Joggler.

Thanks BuZs, I have applied the change and will report back if it works.
by joh
Tue Feb 28, 2012 3:41 pm
Forum: General / Software
Topic: Ubuntu / Xubuntu for the O2 Joggler.
Replies: 795
Views: 924618

Re: Ubuntu / Xubuntu for the O2 Joggler.

My usb thumb drive died, so I installed the latest build (xubuntu 11.10 02/09/2012) on it. After 1-2 days WLAN stopps with: Feb 27 20:27:25 joggler kernel: >>BulkOut Req=0x19d3fe, Complete=0x19d3fd, Other=0x197 Feb 27 20:27:25 joggler kernel: >>BulkOut Header:50 0 0 44 e0 0 0 0 Feb 27 20:27:29 joggl...
by joh
Fri Feb 24, 2012 9:08 pm
Forum: Hardware Hacking
Topic: Can a replacement touchscreen be bought?
Replies: 20
Views: 21589

Re: Can a replacement touchscreen be bought?

I am also interested in a replacement digitizer. Only some parts of the screen are working.

I have already searched for the sharp LCD display, but it is nearly impossible to get.

Is it possible to separate the digitizer from the screen?