LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-27-2010, 02:43 PM   #1
bloodyscript
Member
 
Registered: Apr 2006
Distribution: Sabayon linux 5.1
Posts: 182

Rep: Reputation: 15
[SOLVED]ipod touch issues


in useing ubuntu release before 9.10. im trying to reformat my ipod touch on ubuntu. i wish to use ubuntu as my prime ipod uploading station but at the moment it does not show up in gparted or or anything.

the ipod is being reconized here:

lsusb:

"bus 001 device 011: id 5ac:1293 Apple, Inc."

dmesg:

"usb 1-3: new highspeed usb device using echi_hcd and address 11
usb 1-3: configuartion #1 chosen from 3 choices"

fdisk -l it just shows my os hdd: sda sda1 swap

fstab:

# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=8d043cfd-d782-4968-882a-4f156ebfd6ed / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=1aaa91ce-80a9-4223-811c-1b7505ae7c58 none swap sw 0 0

mtab:

/dev/sda1 / ext3 rw,relatime,errors=remount-ro 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
varrun /var/run tmpfs rw,nosuid,mode=0755 0 0
varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
securityfs /sys/kernel/security securityfs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
gvfs-fuse-daemon /home/bloodyscript/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=bloodyscript 0 0


mount -a dosnt mount the ipod at all just everything else

im not sure how else to figure out how to get it to recognize it un;less i have to format it on mac or windows then work it in linux.? any help would be greatly apperciated thanks

Last edited by bloodyscript; 02-17-2010 at 04:05 AM.
 
Old 01-27-2010, 04:13 PM   #2
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Why do you want to mount it? I used Rhythmbox to manage my ipod nano 3rd gen and I never mount it.
 
Old 01-27-2010, 05:20 PM   #3
camphor
Member
 
Registered: Jan 2009
Location: USA
Distribution: Fedora 14 / Slackware 13.1
Posts: 85

Rep: Reputation: 20
Is your iPod jailbroken? Libgpod is still in its preliminary stages of supporting the iPhone and the iPod Touch, and requires a jailbroken device.
 
Old 01-27-2010, 07:09 PM   #4
bloodyscript
Member
 
Registered: Apr 2006
Distribution: Sabayon linux 5.1
Posts: 182

Original Poster
Rep: Reputation: 15
"worm 5252" i want to mount it so i can reformat it to vfat or fat 32. and yes i have previously used a ipod nano on this computer and mounted and reformated it. rhythmbox dosnt not recognize the device nor does gtkpod or amarok.

"camphor" actually im not sure if it is jailbroken i think my bro might have jailbroken it but didnt do it right or something like that.
 
Old 01-27-2010, 08:00 PM   #5
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Ah I see. I have never reformatted mine and I haven't tried managing my iphone, but now that you mention it I will. BTW I have not jailbroken my iphone.
 
Old 01-27-2010, 08:06 PM   #6
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
I just found this, ifuse!

http://www.marsmenschen.com/content/...esystem-ubuntu

it claims to let you mount your non-jailbroken iphone or itouch
 
Old 02-15-2010, 10:45 PM   #7
bloodyscript
Member
 
Registered: Apr 2006
Distribution: Sabayon linux 5.1
Posts: 182

Original Poster
Rep: Reputation: 15
ok thank you for the information by the way. i had to reformate the computer due to the person who installed the os used laptop preferences with clutter desktop witch wouldnt uninstall for what ever reason. but knoe the os is up and running useing sabayon linux 5.1 completly updated now im trying to install the applications. i got usbmuxd-1.0.2 installed
libplist-1.2 installed but when i try to install libimobiledevice-0.9.7
this is what i get:

checking for libusbmuxd... configure: error: Package requirements (libusbmuxd >= 0.1.4) were not met:

No package 'libusbmuxd' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libusbmuxd_CFLAGS
and libusbmuxd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


now i went to http://github.com/MattColyer/libiphone (which is now called libimobiledevice)

if you scroll down it clearly states that libusbmuxd is in usbmuxd which i got installed. so the library is in /usr/local/lib i tried mv it to usr/lib and same thing happened. im not entirly sure how to set the PKG_CONFIG_PATH so i did a search on it and found the command set which gave me this:

ANT_HOME=/usr/share/ant
BASH=/bin/bash
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="4" [1]="0" [2]="35" [3]="2" [4]="release" [5]="i686-pc-linux-gnu")
BASH_VERSION='4.0.35(2)-release'
CLASSPATH=.
COLORTERM=gnome-terminal
COLUMNS=115
CONFIG_PROTECT='/etc/entropy /usr/share/X11/xkb /usr/share/config'
CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/revdep-rebuild /etc/splash'
CVS_RSH=ssh
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-oJMv9pO7x5,guid=5a020821857653a6db3ea0fd4b7b4dd1
DESKTOP_SESSION=gnome
DIRSTACK=()
DISPLAY=:0.0
EDITOR=/bin/nano
EUID=0
GCC_SPECS=
GDK_USE_XFT=1
GDMSESSION=gnome
GDM_LANG=en_US.UTF-8
GDM_XSERVER_LOCATION=local
GENERATION=2
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
GNOME_KEYRING_SOCKET=/tmp/keyring-Rdsc5D/socket
GROUPS=()
GTK_RC_FILES=/etc/gtk/gtkrc:/home/bloodyscript/.gtkrc-1.2-gnome2
HISTFILE=/root/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/root
HOSTNAME=ladyrokabye
HOSTTYPE=i686
IFS=$' \t\n'
INFOPATH=/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.20/info:/usr/share/gcc-data/i586-pc-linux-gnu/4.2.3/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.4.1/info
JAVAC=/etc/java-config-2/current-system-vm/bin/javac
JAVA_HOME=/etc/java-config-2/current-system-vm
JDK_HOME=/etc/java-config-2/current-system-vm
LADSPA_PATH=/usr/lib/ladspa
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LESS='-R -M --shift 5'
LESSOPEN='|lesspipe.sh %s'
LINES=24
LOGNAME=root
MACHTYPE=i686-pc-linux-gnu
MAILCHECK=60
MANPATH=/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.20/man:/usr/share/gcc-data/i586-pc-linux-gnu/4.2.3/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.4.1/man:/opt/blackdown-jdk-1.4.2.03/man:/etc/java-config/system-vm/man/:/usr/qt/3/doc/man
OLDPWD=/usr/share/usbmuxd-1.0.2
OPENGL_PROFILE=xorg-x11
OPTERR=1
OPTIND=1
ORBIT_SOCKETDIR=/tmp/orbit-bloodyscript
OSTYPE=linux-gnu
PAGER=/usr/bin/less
PATH=/sbin:/bin:/usr/sbin:/usr/bin
PIPESTATUS=([0]="1")
PPID=20434
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] '
PS2='> '
PS4='+ '
PWD=/usr/share/libimobiledevice-0.9.7
PYTHONPATH=/usr/lib/entropy/libraries
QMAKESPEC=linux-g++
QTDIR=/usr/qt/3
SANE_CONFIG_DIR=/etc/sane.d
SESSION_MANAGER=local/ladyrokabye:@/tmp/.ICE-unix/7204,unix/ladyrokabye:/tmp/.ICE-unix/7204
SHELL=/bin/bash
SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor
SHLVL=2
SSH_AGENT_PID=7234
SSH_AUTH_SOCK=/tmp/keyring-Rdsc5D/socket.ssh
SYSFONT=latarcyrheb-sun16
TERM=xterm
UID=0
USB_DEVFS_PATH=/dev/bus/usb
USER=root
USERNAME=bloodyscript
VMHANDLE=blackdown-jdk-1.4.2
WINDOWID=62914564
WINDOWPATH=7
XAUTHORITY=/root/.xauthDHngUQ
XCURSORS_THEME=Blue
XDG_CONFIG_DIRS=/etc/xdg
XDG_DATA_DIRS=/usr/share:/usr/local/share:/usr/share/gdm
XDG_MENU_PREFIX=gnome-
XDG_SESSION_COOKIE=c783803966318cbeaefb380046e9bafa-1266372049.448556-1703799214
_=./configure
bash4='4.0.35(2)-release'


i dont see a single line that sates PKG_CONFIG_PATH?
 
Old 02-15-2010, 11:07 PM   #8
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
PKH_CONFIG_PATH is not a default Linux variable. That would probably mean the extra option you give the installer (i.e. installation directory)
 
Old 02-15-2010, 11:13 PM   #9
bloodyscript
Member
 
Registered: Apr 2006
Distribution: Sabayon linux 5.1
Posts: 182

Original Poster
Rep: Reputation: 15
ok thanks i set the path to were everything installl PKG_CONFIG_PATH=/usr/local/lib then tried to configure th eprogram again and it still brings up:

No package 'libusbmuxd' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libusbmuxd_CFLAGS
and libusbmuxd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


the path now shows up in set command.
so i have no idea whats going on why it dosnt see the file.

Last edited by bloodyscript; 02-15-2010 at 11:16 PM.
 
Old 02-16-2010, 01:32 PM   #10
bloodyscript
Member
 
Registered: Apr 2006
Distribution: Sabayon linux 5.1
Posts: 182

Original Poster
Rep: Reputation: 15
mayb this doesnt matter but i typed in ps aux | grep usbmuxd to see if it started all i got was the readme file that i was looking at to see where i went wrong. if i installed usbmuxd correctly shouldnt the service have already started and if not then how would i go about manualy statring it?

the readme say's that i may have to manualy start it if udev dosnt automaticaly run picking up new rule files. then it gives this command: sudo usbmuxd -U -v -v &
./iproxy 2222 22 &
ssh -p 2222 root@localhost


now when i entered that command it told me that usbmuxd was not a command so does that mean it is not installed correctly or just that it hasnt started up?
 
Old 02-16-2010, 02:03 PM   #11
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
look and see if it is in /etc/init.d. If it is then you can start it like any other service

Code:
/etc/init.d/usbmuxd start
 
Old 02-16-2010, 04:01 PM   #12
bloodyscript
Member
 
Registered: Apr 2006
Distribution: Sabayon linux 5.1
Posts: 182

Original Poster
Rep: Reputation: 15
ok so usbmuxd is not in init.d so i did a reinstall of it heres the process:

ladyrokabye usbmuxd-1.0.2 # cmake -i
Would you like to see advanced options? [No]:yes
Please wait while cmake processes CMakeLists.txt files....


* REMINDER
* Remember to add a user named 'usbmux' with USB access permissions
* for the udev hotplugging feature to work out of the box.



Variable Name: CMAKE_AR
Description: Path to a program.
Current Value: /usr/bin/ar
New Value (Enter to keep current value):

Variable Name: CMAKE_BUILD_TYPE
Description: Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_COLOR_MAKEFILE
Description: Enable/Disable color output during build.
Current Value: ON
New Value (Enter to keep current value):

Variable Name: CMAKE_CXX_COMPILER
Description: CXX compiler.
Current Value: /usr/bin/c++
New Value (Enter to keep current value):

Variable Name: CMAKE_CXX_FLAGS
Description: Flags used by the compiler during all build types.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_CXX_FLAGS_DEBUG
Description: Flags used by the compiler during debug builds.
Current Value: -g
New Value (Enter to keep current value):

Variable Name: CMAKE_CXX_FLAGS_MINSIZEREL
Description: Flags used by the compiler during release minsize builds.
Current Value: -Os -DNDEBUG
New Value (Enter to keep current value):

Variable Name: CMAKE_CXX_FLAGS_RELEASE
Description: Flags used by the compiler during release builds (/MD /Ob1 /Oi /Ot /Oy /Gs will produce slightly less optimized but smaller files).
Current Value: -O3 -DNDEBUG
New Value (Enter to keep current value):

Variable Name: CMAKE_CXX_FLAGS_RELWITHDEBINFO
Description: Flags used by the compiler during Release with Debug Info builds.
Current Value: -O2 -g
New Value (Enter to keep current value):

Variable Name: CMAKE_C_COMPILER
Description: C compiler.
Current Value: /usr/bin/gcc
New Value (Enter to keep current value):

Variable Name: CMAKE_C_FLAGS
Description: Flags used by the compiler during all build types.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_C_FLAGS_DEBUG
Description: Flags used by the compiler during debug builds.
Current Value: -g
New Value (Enter to keep current value):

Variable Name: CMAKE_C_FLAGS_MINSIZEREL
Description: Flags used by the compiler during release minsize builds.
Current Value: -Os -DNDEBUG
New Value (Enter to keep current value):

Variable Name: CMAKE_C_FLAGS_RELEASE
Description: Flags used by the compiler during release builds (/MD /Ob1 /Oi /Ot /Oy /Gs will produce slightly less optimized but smaller files).
Current Value: -O3 -DNDEBUG
New Value (Enter to keep current value):

Variable Name: CMAKE_C_FLAGS_RELWITHDEBINFO
Description: Flags used by the compiler during Release with Debug Info builds.
Current Value: -O2 -g
New Value (Enter to keep current value):

Variable Name: CMAKE_EXE_LINKER_FLAGS
Description: Flags used by the linker.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_EXE_LINKER_FLAGS_DEBUG
Description: Flags used by the linker during debug builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
Description: Flags used by the linker during release minsize builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_EXE_LINKER_FLAGS_RELEASE
Description: Flags used by the linker during release builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
Description: Flags used by the linker during Release with Debug Info builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_INSTALL_PREFIX
Description: Install path prefix, prepended onto install directories.
Current Value: /usr/local
New Value (Enter to keep current value):

Variable Name: CMAKE_LINKER
Description: Path to a program.
Current Value: /usr/bin/ld
New Value (Enter to keep current value):

Variable Name: CMAKE_MAKE_PROGRAM
Description: Path to a program.
Current Value: /usr/bin/gmake
New Value (Enter to keep current value):

Variable Name: CMAKE_MODULE_LINKER_FLAGS
Description: Flags used by the linker during the creation of modules.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_MODULE_LINKER_FLAGS_DEBUG
Description: Flags used by the linker during debug builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
Description: Flags used by the linker during release minsize builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_MODULE_LINKER_FLAGS_RELEASE
Description: Flags used by the linker during release builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
Description: Flags used by the linker during Release with Debug Info builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_NM
Description: Path to a program.
Current Value: /usr/bin/nm
New Value (Enter to keep current value):

Variable Name: CMAKE_OBJCOPY
Description: Path to a program.
Current Value: /usr/bin/objcopy
New Value (Enter to keep current value):

Variable Name: CMAKE_OBJDUMP
Description: Path to a program.
Current Value: /usr/bin/objdump
New Value (Enter to keep current value):

Variable Name: CMAKE_RANLIB
Description: Path to a program.
Current Value: /usr/bin/ranlib
New Value (Enter to keep current value):

Variable Name: CMAKE_SHARED_LINKER_FLAGS
Description: Flags used by the linker during the creation of dll's.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_SHARED_LINKER_FLAGS_DEBUG
Description: Flags used by the linker during debug builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
Description: Flags used by the linker during release minsize builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_SHARED_LINKER_FLAGS_RELEASE
Description: Flags used by the linker during release builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
Description: Flags used by the linker during Release with Debug Info builds.
Current Value:
New Value (Enter to keep current value):

Variable Name: CMAKE_SKIP_RPATH
Description: If set, runtime paths are not added when using shared libraries.
Current Value: NO
New Value (Enter to keep current value):

Variable Name: CMAKE_STRIP
Description: Path to a program.
Current Value: /usr/bin/strip
New Value (Enter to keep current value):

Variable Name: CMAKE_USE_RELATIVE_PATHS
Description: If true, cmake will use relative paths in makefiles and projects.
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: CMAKE_VERBOSE_MAKEFILE
Description: If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.
Current Value: FALSE
New Value (Enter to keep current value):

Variable Name: LIB_SUFFIX
Description: Define suffix of library directory name (32/64)
Current Value:
New Value (Enter to keep current value):

Variable Name: PKG_CONFIG_EXECUTABLE
Description: pkg-config executable
Current Value: /usr/bin/pkg-config
New Value (Enter to keep current value):

Variable Name: PTHREAD
Description: Path to a library.
Current Value: /usr/lib/libpthread.so
New Value (Enter to keep current value):

Variable Name: USB_INCLUDE_DIR
Description: Path to a file.
Current Value: /usr/include/libusb-1.0
New Value (Enter to keep current value):

Variable Name: USB_LIBRARY
Description: Path to a library.
Current Value: /usr/lib/libusb-1.0.so
New Value (Enter to keep current value):

Please wait while cmake processes CMakeLists.txt files....


* REMINDER
* Remember to add a user named 'usbmux' with USB access permissions
* for the udev hotplugging feature to work out of the box.



CMake complete, run make to build project.

ladyrokabye usbmuxd-1.0.2 # PKG_CONFIG_PATH=/usr/bin/pkg-config
ladyrokabye usbmuxd-1.0.2 # make
[ 30%] Built target libusbmuxd
[ 90%] Built target usbmuxd
[100%] Built target iproxy


the majority of it i wasnt sure what to put in so i just went along with the current value for all

this is the make install:

ladyrokabye usbmuxd-1.0.2 # make install
[ 30%] Built target libusbmuxd
[ 90%] Built target usbmuxd
[100%] Built target iproxy
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/lib/pkgconfig/libusbmuxd.pc
-- Up-to-date: /usr/local/lib/libusbmuxd.so.1.0.0
-- Up-to-date: /usr/local/lib/libusbmuxd.so.1
-- Up-to-date: /usr/local/lib/libusbmuxd.so
-- Up-to-date: /usr/local/include/usbmuxd.h
-- Up-to-date: /usr/local/include/usbmuxd-proto.h
-- Up-to-date: /usr/local/sbin/usbmuxd
-- Up-to-date: /usr/local/bin/iproxy
-- Up-to-date: /lib/udev/rules.d/85-usbmuxd.rules

Last edited by bloodyscript; 02-16-2010 at 04:02 PM.
 
Old 02-17-2010, 04:06 AM   #13
bloodyscript
Member
 
Registered: Apr 2006
Distribution: Sabayon linux 5.1
Posts: 182

Original Poster
Rep: Reputation: 15
the problem is that my architechture is x86 and the program is made to run on amd64 so i belive thats the issue.
 
  


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
iPod Touch alternatives? anomie General 7 01-06-2010 05:13 PM
Ubuntu MID on iPod touch? krdan4th Linux - Mobile 2 01-08-2009 10:46 PM
Cannot sync the new ipod touch in Amarok punch_t LinuxQuestions.org Member Intro 1 11-25-2008 04:44 PM
Does anyone have experience with the iPod touch? johnson_steve Linux - Hardware 3 06-25-2008 11:07 AM
Linux OS for Apple Ipod Touch theunixwizard Linux - Laptop and Netbook 2 04-30-2008 08:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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