LinuxQuestions.org
Visit Jeremy's Blog.
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 06-12-2012, 01:36 PM   #76
ALWAYZBLESS
LQ Newbie
 
Registered: Jun 2012
Posts: 19

Rep: Reputation: Disabled

Quote:
Originally Posted by davy39 View Post
Hi again !

I've found the problem of this script and the authors modified github. So try again ! If you still have mele-sd-4gb-lui-5.2.90.img.xz decompressed, just do :
Code:
rm makeSD*
wget https://raw.github.com/cnxsoft/a10-tools/master/makeSD.sh
./makeSD.sh /dev/sdb mele-sd-4gb-lui-5.2.90.img
PS : the problem was in Line 77:
should be
script still fails

http://tinypaste.com/be4b6a16

Last edited by ALWAYZBLESS; 06-12-2012 at 01:44 PM.
 
Old 06-12-2012, 01:37 PM   #77
EricBetts
LQ Newbie
 
Registered: Jun 2012
Posts: 18

Rep: Reputation: Disabled
Can you be more specific, or post any output/errors you got? A log file is produced, can you attach its contents?

EDIT: Thank you for editing your post.

Last edited by EricBetts; 06-12-2012 at 01:53 PM.
 
Old 06-12-2012, 01:52 PM   #78
ALWAYZBLESS
LQ Newbie
 
Registered: Jun 2012
Posts: 19

Rep: Reputation: Disabled
Quote:
Originally Posted by EricBetts View Post
Can you be more specific, or post any output/errors you got? A log file is produced, can you attach its contents?
I did look at my above post
 
Old 06-12-2012, 02:35 PM   #79
davy39
LQ Newbie
 
Registered: Jun 2012
Posts: 13

Rep: Reputation: Disabled
What's the output of this command : losetup -a ?
 
Old 06-12-2012, 03:28 PM   #80
ALWAYZBLESS
LQ Newbie
 
Registered: Jun 2012
Posts: 19

Rep: Reputation: Disabled
Quote:
Originally Posted by davy39 View Post
What's the output of this command : losetup -a ?
/dev/loop0: [0802]:192748 (/host/ubuntu/disks/root.disk)
 
Old 06-12-2012, 04:16 PM   #81
davy39
LQ Newbie
 
Registered: Jun 2012
Posts: 13

Rep: Reputation: Disabled
I really don't know what happens... It's working for me

Have you tried to unmount / remount your SD card ?
Reboot your CPU ?
Does your SD card > 4 Go ?
Have you got enough free space on your hard drive ?

Maybe we could have a look at
Code:
cat makesd.log
 
Old 06-12-2012, 04:23 PM   #82
ALWAYZBLESS
LQ Newbie
 
Registered: Jun 2012
Posts: 19

Rep: Reputation: Disabled
Quote:
Originally Posted by davy39 View Post
I really don't know what happens... It's working for me

Have you tried to unmount / remount your SD card ?
Reboot your CPU ?
Does your SD card > 4 Go ?
Have you got enough free space on your hard drive ?

Maybe we could have a look at
Code:
cat makesd.log
Yes I have plenty of space on my hard drive, my microsd is 16gb, and Ive tried this from scratch a few times so im not sure ill try and reformat the card and see if that helps anything, and no I havent mounted/unmounted anything just followed the directions in this thread, would you mind sharing your exact steps

LOG: http://tinypaste.com/af692cdf

Last edited by ALWAYZBLESS; 06-12-2012 at 04:30 PM.
 
Old 06-12-2012, 04:24 PM   #83
EricBetts
LQ Newbie
 
Registered: Jun 2012
Posts: 18

Rep: Reputation: Disabled
Just as another datapoint, I used dd and imaged the card directly using that image and was able to boot puppy linux. I'm not familiar with it, so I wasn't able to find the wifi tool to check that; but I can say it boots.
 
Old 06-12-2012, 04:49 PM   #84
ALWAYZBLESS
LQ Newbie
 
Registered: Jun 2012
Posts: 19

Rep: Reputation: Disabled
Quote:
Originally Posted by EricBetts View Post
Just as another datapoint, I used dd and imaged the card directly using that image and was able to boot puppy linux. I'm not familiar with it, so I wasn't able to find the wifi tool to check that; but I can say it boots.
dd if=~/dev/sdb of=mele-sd-4gb-lui-5.2.90.img

^^ That should be the code to dd right.. because that ish is not working -___-, I keep getting no such file or directory, I hate dding an image directly it never works
 
Old 06-12-2012, 04:51 PM   #85
EricBetts
LQ Newbie
 
Registered: Jun 2012
Posts: 18

Rep: Reputation: Disabled
Quote:
Originally Posted by ALWAYZBLESS View Post
dd if=~/dev/sdb of=mele-sd-4gb-lui-5.2.90.img

^^ That should be the code to dd right.. because that ish is not working -___-, I keep getting no such file or directory, I hate dding an image directly it never works
your if and of are backwards. if=> in file; of=> out file. You just overwrote the img file with your SD card data.
 
Old 06-12-2012, 05:02 PM   #86
ALWAYZBLESS
LQ Newbie
 
Registered: Jun 2012
Posts: 19

Rep: Reputation: Disabled
Quote:
Originally Posted by EricBetts View Post
your if and of are backwards. if=> in file; of=> out file. You just overwrote the img file with your SD card data.
Lol. well that explains why, im a noob haha. Writing the img now thx.
 
Old 06-13-2012, 11:41 AM   #87
davy39
LQ Newbie
 
Registered: Jun 2012
Posts: 13

Rep: Reputation: Disabled
And so ? Have you succeed in ? Is puppy linux fast enough on such devices ? Is it playing nicely ? And what about wifi ?
Is it possible to see videos ?

Last edited by davy39; 06-13-2012 at 11:42 AM.
 
Old 06-13-2012, 11:45 AM   #88
alediaz84
LQ Newbie
 
Registered: Jun 2012
Posts: 8

Rep: Reputation: Disabled
Quote:
Originally Posted by davy39 View Post
And so ? Have you succeed in ? Is puppy linux fast enough on such devices ? Is it playing nicely ? And what about wifi ?
Is it possible to see videos ?
I'm interested in the same.
I would like to add a concern about movies playback, is it possible to reproduce 1080p on a full hd tv? As far as I've seen here it seems to playback but just up to 720p
 
Old 06-13-2012, 12:54 PM   #89
davy39
LQ Newbie
 
Registered: Jun 2012
Posts: 13

Rep: Reputation: Disabled
Some new tools to play with : http://www.cnx-software.com/2012/06/...12-04-sd-card/
 
Old 06-14-2012, 05:46 AM   #90
beefsack
LQ Newbie
 
Registered: Jun 2012
Posts: 3

Rep: Reputation: Disabled
Miniand.com has successfully built Ubuntu, Lubuntu, Xubuntu and Kubuntu 12.04 images and has them for download on their site.

They have information about it in their forums: https://www.miniand.com/forums/forums/2/topics/1

Last edited by beefsack; 06-14-2012 at 07:01 AM.
 
  


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: $74 Android PC MK802 To Compete With Cotton Candy LXer Syndicated Linux News 0 05-18-2012 07:51 PM
installing aurora linux in sun blade 150----not installing? kingston Linux - General 1 01-14-2010 08:10 AM
Toshiba Satellite 110CS installing pdf reader, installing linux nappy501 Linux - Laptop and Netbook 3 10-11-2008 11:45 AM
installing default packages after installing linux ninux Linux - Newbie 5 09-12-2007 08:00 AM
Installing Windows after installing LINUX brads@kwlink.com Linux - General 4 01-08-2006 11:03 AM

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

All times are GMT -5. The time now is 07:08 AM.

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