Search found 14 matches

by doragasu
Sat Nov 04, 2006 12:15 pm
Forum: Newbie
Topic: [SOLVED] Kernel Recompilation Problem
Replies: 3
Views: 3673

Finally I got it to compile and boot. Other things needed for the kernel to boot are: RAM disk support Virtual memory file system support /dev file system support second extended fs support I think you also need to add support for loopback devices. I got a 951KB vmlinuz file supporting everything I ...
by doragasu
Fri Nov 03, 2006 4:46 pm
Forum: Newbie
Topic: [SOLVED] Kernel Recompilation Problem
Replies: 3
Views: 3673

I got it to compile, but it doesn't boot :(. I'll continue playing with kernel configuration to see if I make it boot.

Shallax, it would be a good thing if you add here that you need also to include ATAPI CD-ROM support and keyboard support or kernel will refuse to compile.
by doragasu
Fri Nov 03, 2006 3:45 pm
Forum: Newbie
Topic: [SOLVED] Kernel Recompilation Problem
Replies: 3
Views: 3673

I have eliminated all the "hid" undefined references by adding keyboard support (I had it as a module because I have no USB in my XBox and I don't plan to plug a keyboard in). I still have the undefined reference to Xbox_simulate_drive_locked. I suspect it's maybe because I have not includ...
by doragasu
Thu Nov 02, 2006 9:14 pm
Forum: Newbie
Topic: [SOLVED] Kernel Recompilation Problem
Replies: 3
Views: 3673

[SOLVED] Kernel Recompilation Problem

I'm trying to recompile the 2.4.32 kernel disabling a lot of things I don't need, but I can't get it to work. It gives me this error: arch/i386/kernel/kernel.o: In function `extsmi_process': xboxejectfix.c:(.text+0xf072): undefined reference to `Xbox_simulate_drive_locked' drivers/usb/usbdrv.o: In f...
by doragasu
Wed Nov 01, 2006 4:53 am
Forum: Newbie
Topic: [SOLVED] Delay in network operations
Replies: 6
Views: 5244

No, it's not empty. It has configured my primary and secondary DNS.
by doragasu
Tue Oct 31, 2006 3:57 pm
Forum: Newbie
Topic: [SOLVED] Delay in network operations
Replies: 6
Views: 5244

Finally I have found the way to remove delays in proftpd. I have added the next line to proftpd.conf in /etc/proftpd:

Code: Select all

UseReverseDNS off
Again, thanks a lot for help.
by doragasu
Tue Oct 31, 2006 3:34 pm
Forum: Newbie
Topic: [SOLVED] Delay in network operations
Replies: 6
Views: 5244

Thanks a lot fredgarving, it was because of the DNS timeout. Now SSH works perfect.

I hope I can find the way to remove the delay in proftpd...

Also thanks orochi for your tip, but in this case, it isn't a resource problem.
by doragasu
Mon Oct 30, 2006 4:20 pm
Forum: Newbie
Topic: [SOLVED] Delay in network operations
Replies: 6
Views: 5244

[SOLVED] Delay in network operations

I have noticed there's a delay of several seconds in some network operations. For example, when I log in using SSH, there's a delay before I'm asked to input the password. Also when using proftpd there are delays every time I change a directory or try to transfer a file. What is causing this delay? ...
by doragasu
Sat Oct 28, 2006 5:50 pm
Forum: Newbie
Topic: [SOLVED] Emerging VNC fails
Replies: 4
Views: 6514

I also asked in Gentoo forums and somebody gave me the solution. There was an error in the ebuild. Have a look here for more info.
by doragasu
Sat Oct 28, 2006 3:30 pm
Forum: Newbie
Topic: [SOLVED] Emerging VNC fails
Replies: 4
Views: 6514

I haven't emerged X, but I think it was emerged triggered by vnc dependencies.

I already tried with "emerge --sync". I'll try with "emerge -av world" to see what happens.

Thanks for help.
by doragasu
Sat Oct 28, 2006 1:54 pm
Forum: Newbie
Topic: [SOLVED] Emerging VNC fails
Replies: 4
Views: 6514

[SOLVED] Emerging VNC fails

I'm using Gentoox Pro and I want to have vncserver, so I'm trying to emerge it without success. Here you can see what happens every time I try to emerge it: Pro ~ # USE="server" emerge vnc Calculating dependencies... done! >>> Emerging (1 of 1) net-misc/vnc-4.1.2 to / * vnc-4.1.2-patches-1...
by doragasu
Thu Oct 26, 2006 8:23 pm
Forum: Q & A
Topic: Framebuffer memory
Replies: 0
Views: 3278

Framebuffer memory

I had a look to the boot messages and I have seen framebuffer allocates 4MB RAM. Is there a way to reduce the amount of ram used by the framebuffer? I only want to display text messages and I need some more RAM...

Also other tips for saving RAM are welcome...
by doragasu
Sun Apr 09, 2006 1:47 pm
Forum: General Discussion
Topic: lmule?
Replies: 2
Views: 3751

lmule?

I want to install lmule in my XBox, so I downloaded wxGTK-2.4.2 and lmule-1.2.1 sources. I compiled and installed wxGTK without problems, but I couldn't compile lmule. This is the process I have followed: 1.- Unpack packages: tar -vxjf wxGTK-2.4.2.tar.gz tar -vxzf lmule-1.2.1.tar.gz 2.- Patch lmule:...
by doragasu
Sat Apr 08, 2006 9:26 am
Forum: Newbie
Topic: Splitting F in two partitions and RGB output support
Replies: 0
Views: 2989

Splitting F in two partitions and RGB output support

I've been reading about Linux on XBox and I'd like to install it without losing the ability to play games from the hard disk. Currently I have succesfully installed evox using an exploit, and I have replaced the hard disk with a 80 GB one, so I have about 72GB free in the F partition. Now let's go w...