![]() |
2008-09-01
, 16:53
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#62
|
The Following 2 Users Say Thank You to Stskeeps For This Useful Post: | ||
![]() |
2008-09-01
, 21:19
|
Posts: 138 |
Thanked: 59 times |
Joined on Jun 2007
|
#63
|
![]() |
2008-09-01
, 21:47
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#64
|
![]() |
2008-09-01
, 22:27
|
Posts: 138 |
Thanked: 59 times |
Joined on Jun 2007
|
#65
|
![]() |
2008-09-01
, 22:30
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#66
|
Btw, sorry it is taking so long for nit-env-gnome-full, still waiting on Stskeeps for that part.
![]() |
2008-09-02
, 03:01
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2008
@ LA
|
#67
|
![]() |
2008-09-02
, 03:26
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#68
|
Thank you b-man,
I'm not very skilled in debian, where do I get/put these files and what drivers do I need for a usb keyboard?
![]() |
2008-09-02
, 03:40
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#69
|
So n00b here with n00b questions but after trying to install with the installer after the last few days and seeking a little linux guidance in the process I've got cfdisk formatting my two partions on a 4gig card 3819.2 and 256.20 or something like that (one for swap and the other as my boot medium) ran bootmenu first before running deblet installer installer version is 1.2-5 and I was installing the full desktop gnome. Basically after following the guied from the development wiki and getting my n810 to show deblet on mmcblk1p1 it starts to boot then the screen blacks and reboots holding menuing and cycled through that 11 times before I figured that it wasn't like an auto depackage or something. Not a lot of info I know but I'm a linux n00b thats trying to expand my linux knowledge. Hence the reason for me getting the tablet and the reason for installing deblet is because I'm looking for a way to distribute my bluetooth pppoe connection over the n810's wifi. I've heard that packages contained in deblet should be able to get me there... anyway I can help just let me know I'm pretty good at following directions.
![]() |
2008-09-02
, 03:57
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2008
@ LA
|
#70
|
I've had the same problem once before, if you made your own deblet.item in /etc/bootmenu.d, try editing your item file to look like this (try using emelfm2 if your not too familiar with the command line):
ITEM_NAME="Deblet on mmcblk1p1"
ITEM_ID="deblet-mmcblk1p1"
ITEM_DEVICE="mmcblk1p1"
ITEM_MODULES="mbcache jbd ext3"
ITEM_FSTYPE="ext3"
ITEM_FSOPTIONS="noatime,ro"
ITEM_LINUXRC="linuxrc"
If that doesn't work, i'd just remove the linuxrc file alltogether and remove the ITEM_LINUXRC="linuxrc" line so you would boot directly into Deblet.
![]() |
Tags |
debian, deblet, deblet bootmenu installer |
|
If it makes any difference, the other symptoms I noticed were that the card wouldn't respond to `iwconfig wlan0 set channel n` requests, and that it could receive fine, but couldn't transmit (iwlist wlan0 scanning worked perfectly, and iwconfig wlan0 showed plenty of received packets with no errors, but every transmitted packet was an error).
I could've sworn I'd tried commenting those lines earlier at some point, but perhaps it wasn't done on a clean install. This time it was the first thing I did after installation, and everything worked perfectly from there.