![]() |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Here are a bunch of answers in one post:
Quote:
Quote:
Yes, there are a few good SAMBA explorers in Debian. The best is Nautilus, from Gnome, but it is huge. Can anyone suggest something else? No, you don't want to use VLC on the tablet. Use maemo mplayer instead. It plays everything that VLC can play, and it is the fastest video player on the tablet. Quote:
Quote:
Quote:
Quote:
You might try "apt-get install --reinstall lxde" to see if you can put back the missing pieces. Quote:
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
That sounds great qole! I don't even care about Hildon apps - I've pretty much uninstalled them all and replaced them with Debian equivalents, but the connections and battery stuff would be good. What about something like lxsensors and one of the lightweight connection managers from the linux world, instead of worrying about the Hildon panel at all?
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Quote:
So far, it looks like I'm going to be forced to start Hildon Desktop, but I just know that there's a better way... |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Ok, I meant wmbattery. I was thinking lm-sensors, but that's not battery. Good news is that wmbattery works. It's docking in the top left corner and covering the menu icon on the panel, but I think that's configurable. If not, I can just move the panel. Now for network stuff.
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Qole, quick question: is there any way to chose what size the img.ext2 for Debian is?
I had tried to resize it with resize2fs. The image actually enlarged to 1.7 GB. but Debian wouldn't recognize it and I ended up reinstalling it from scratch (which didn't take much time at all.) So, aside from setting the size initially, can I safely change it now? Thanks a lot for any help and for this great system you've got going, I love it :D |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
I agree, qole, that Maemo's status and network stuff is great. I'm just wondering if we can't access them with standard linux tools. For instance, wmbattery does seem to handle the battery status fine. The network status applet in the LXDE panel works fine, but isn't a connection manager. Surely we can find some kind of connection manager that will access all the connections. Maemo seems to treat bluetooth connections as standard network connections(once they've been setup), so maybe they'd be seen that way by another connection manager?
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Quote:
Extract: what you need: - a computer with linux - resize2fs on it ... - optional: SD card reader + adapter to (micro/mini)sd depend of which of the 3 you use. steps: 1. Either connect your IT to your pc or get the card out (caution: do not take it out if in use, safest way to make sure: power off your IT) and put it in the card reader. 2. go in the terminal or if in X launch a terminal emulator 3. type cd /<your path to your (micro/mini)sd/ 4. e2fsck -f <your debian image file name> -> it check if everything is allright with the filesystem 5. resize2fs <your debian image file name> 1950M (As psykosis said you can change the size but if your (micro/mini)sd card is formatted in fat, like mine, the file better not be bigger than 2gb) |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Hi Qole, Lxde default points to xterm for terminal emulation. But xterm is not installed by default (in the image). I thought if you could either change the default to roxterm, or install xterm by default, it would make newbies' life easier ;)
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Getting A Big Debian Image File:
It would probably be just as easy to start from scratch; if you don't want to partition your SD card (still the best way to get lots of space), you can make your own (empty) image file as described way back here: (you may need to be root to do this, you will definitely have to apt-get install e2fsprogs) Code:
dd if=/dev/zero of=debian.img.ext2 count=3984589 Then, you have to mount the new image file and untar the Easy Debian files into it, as described in this post: As root, mount it like so (so you get the turbo speed): Code:
insmod /lib/modules/2.6.21-omap1/dm-mod.ko Code:
cd /debian |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Quote:
But I never use the terminal inside LXDE. I like osso-xterm. I don't see the point of starting a second environment just to run a terminal inside the environment... Open osso-xterm, enter "sudo debian" (for root access) or "debbie" (for user access) to get into the chroot, then enter Code:
DISPLAY=:1 |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Quote:
Sorry for my bad english... :) |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
qole: i try with mplayer but one xvid that i can open with vlc can't with mplayer...maybe try with another xvid...i must order Hava and connect with divx home player :)
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
what about vlc for maemo?
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
If you can't open an xvid in maemo mplayer, it is probably too "big" (too high resolution or too high bitrate) for the tablet. The ideal xvid for the tablet is 400x240, 800 kbps. Use Tablet Encode or some other encoding program (like VirtualDub in Windows) to re-encode your video.
There is a maemo vlc, but it isn't as good as maemo mplayer. |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
hi again
I still can't do it, to install the debian on my nokia n800 with os2008 v.2 2007.51.3 the same messege appear (unable to download easy-deb-chroot Application package not found) and i tried to upgrade the os2008 to the latest os2008 but I couldnt do it with the Nokia Internet Tablet Software Update Wizard coz its telling me that i have allready the latest OS2008 v.2 2007.51.3 I hope that you can help with Linköping, sweden. |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Tried to add some debs to the sources.list-file but leafpad says:
can´t open the file to write well, it opened it, so why doesn´t be able to write...?! any suggestions? thanks mackaroni |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Quote:
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
absolute newbie...
don´t know about coding! Have to dive into linux codes first... mackaroni |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
you have to become root (super user).
Go to terminal and type "sudo su" then you get the root shell. not you can start leafpad by typing "leafpad". |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Thanks @Aisu, @meizzirki!
Managed it with nano in Debian chroot now! mackaroni |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Expand Debian EXT2 Image File Using Resize
Requires having space for both original and expanded Assumes image file is /media/mmc2/debian.img.ext2 Reboot In OS2008 X Terminal: cp /media/mmc2/debian.img.ext2 /media/mmc2/expand-debian.img.ext2 In Debian chroot: e2fsck -fp /media/mmc2/expand-debian.img.ext2 resize2fs /media/mmc2/expand-debian.img.ext2 1995M e2fsck -fp /media/mmc2/expand-debian.img.ext2 exit Reboot In OS2008 X Terminal: mv /media/mmc2/debian.img.ext2 /media/mmc2/old-debian.img.ext2 mv /media/mmc2/expand-debian.img.ext2 /media/mmc2/debian.img.ext2 Test Debian LXDE Eventually, delete /media/mmc2/old-debian.img.ext2 |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Hi
Really newbie question... I have installed the "Turbo Charged Debian". It looks GREAT (many thanks!!!). I am not sure though that it is all set up correctly on my N810 as it takes about 3 min to open an OpenOffice document... Should it take that long or is something screwed with my installation? |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
To get the best speed in OpenOffice, make sure you have virtual memory set to 128 MB (in Settings / Control Panel / Memory).
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Wow! What a HUGE performance boost. It is now really usable. I am pretty impressed with this little device :).
Thanks for the tip! |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
When doing the resize2fs.. I prefer to just copy the debian resize2fs to the maemo /usr/bin.
That eliminates the need for a PC with Linux, or Chrooting into Debian and resizing a second image file. This way you can just resize the original. Highly recommend backing up the original of course - in case things go bad.. but if you are tight on space.. there's no reason you can't use the debian resize2fs from within maemo if you copy it over. |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
I have noticed that if I run the synaptic package manager and do a package refresh, there are a number of system updates. If I navigate through the menus and try to update those packages to the new ones, I get an error indicating lack of space. Is this the expected result (i.e. will this happen for everyone), or is my system somehow messed up, and I need to partition more space, etc... any help would be appreciated. Other than that little hitch, I love this package. It is taking me back to the mid nineties when I played with Linux... Thanks qole!
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
If you want to update your system, you can try the trick I mentioned above. First, from inside Debian chroot, issue an "apt-get clean" command. Then, from a root maemo prompt (or add "sudo" in front of the mount command):
Code:
mkdir -p /media/mmc1/debian-apt-archives/partial Then, from inside the Debian chroot, you can issue an "apt-get upgrade" and all should be well. |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Is it my N800 or does anyone esle notice that Iceweasel seems to crash often?
I made sure and have it set on peformance mode, but I still get frequent browser crashes especially when viewing Internet tablet talk homepage... |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Ditch Iceweasel! There are several lighter browsers that wil do great. I've been real pleased with epiphany-gecko.
|
USB Ethernet - How to Setup?
Just installed Easy Debian Turbo-Charged Edition...THANKS qole!!!
Meanwhile, I just got today the necessary USB adaptors to be able to use a USB ethernet device on my N810. Was hoping that I could use this in Debian....just did 'ifconfig -a' and only 'lo' and 'wlan0' were listed. So, I assume that I'll need to setup 'eth0' myself.... Can anyone please advise as to how to get this setup and working? Thanks! |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
For best results, make sure you plug in any USB devices before starting the chroot. Networking changes may also need a sync.
You might need to "sudo closechroot," then plug in the device, preferably, get the device working as eth0 in maemo, "touch /home/user/.synchroot", then start up the chroot ("sudo debian"). |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Quote:
:confused: Quote:
So, I assume that my problem might be just related to specific devices I am trying to use....have tried the following: A) Belkin F5D5050 (USB 1.0) B) CablesUnlimited USB-2810 (USB2.0) C) Linksys USB200M ver.2.1 (USB2.0) So, perhaps, I need to try a fourth device..... :rolleyes: |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
yeah, you need the right kernel module in maemo before you can start using the device.
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Going to install this when i get home, I'm working 72 hours a week right now so I havn't been around the itT in awhile good to see this is going well. BTW you used 500GB of bandwidth this month. :)
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Only 500 GB? Oh well, maybe I'll do better next month! ;) :D
Hey everyone, Andrew is the guy hosting the big Easy Debian file. Hit your Thanks button on his post to give him some props! |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Yeah I would love to see you use about 5TB in a month that would be awesome :)
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Be careful what you wish for ;)
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Did localepurge and freed up some space...
However, now when I tried to do 'apt-get upgrade, I ended with message that upgrade needed 230MB of space and that I didn't have enough room. Anyone else run into this problem? Thanks! |
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
ArchiMark: please look a few posts up for a solution.
|
Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
Quote:
qole, Followed your instructions, but now when I do 'apt-get upgrade from Debian chroot terminal window, I get the following: Code:
#apt-get upgrade Code:
#apt-get update Thanks! |
All times are GMT. The time now is 20:53. |
vBulletin® Version 3.8.8