Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vogtinator

Pages: 1 ... 77 78 [79] 80 81 ... 83
1171
TI-Nspire / Re: nspire Linux Questions
« on: November 25, 2012, 02:13:21 pm »
No.. The USB stick.
mount /dev/sdc /media
mkdir /media/lib/firmware
cp /lib/firmware/rt2870.bin /media/lib/firmware/rt2870.bin

1172
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 25, 2012, 02:06:42 pm »
Does your kernel support initrds?
Which output format did you choose for buildroot?

1173
TI-Nspire / Re: nspire Linux Questions
« on: November 25, 2012, 01:34:48 pm »
No. Mount it.

1174
TI-Nspire / Re: nspire Linux Questions
« on: November 25, 2012, 01:26:06 pm »
No, just that the driver can't find the firmware.
Copy /lib/firmware/rt2870.bin on your USB-stick into the same directory. (The filename is no typo)

1175
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 25, 2012, 01:16:04 pm »
If you want to use an initrd, use tangrs first bootloader script, before USB was working.
I think it was "root=/dev/mem".

1176
TI-Nspire / Re: nspire Linux Questions
« on: November 25, 2012, 12:25:18 pm »
Quote
what if i have a wifidongle that doesnt requires firmware, does that exists?? o.O
No, you don't. The error message says the driver is looking for firmware.

1177
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 25, 2012, 12:22:00 pm »
Quote
Am I missing something ?
Yes, you need the bootscript from tangrs.
You don't give the kernel the parameter "root=/dev/sda" or "root=/dev/sda1".

Quote
By the way, the -j option forkbombed my pc. I recommand to use -j8 instead.
Really? It runs fine for me, if I run it on tty1.

Quote
It's probably a good idea to take a look at this. I'm not sure if this will work, but this will certainly help you get a working ARM compiler on your Linux box.
Yes, I used this script and it works fine for compiling the kernel.

Quote
does it means its working and i dont have wifi? or does it means that it still doesnt recognize my dongle?
It can't find the firmware. You need to find it and put it in the right directory on your usb-stick.

1178
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 25, 2012, 10:25:17 am »
I built another one.

1179
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 25, 2012, 10:06:07 am »
Yes, it should.
Link: http://dl.dropbox.com/u/105478372/zImage.tns
Hm, I override my other zImage on dropbox, I hope it does still work..

Edit:
"apt-get install gcc binutils" should work.

1180
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 25, 2012, 10:01:54 am »
Don't forget to install gcc and binutils.

I built a kernel with every WLAN driver selected. Don't know whether it works, I don't have any wlan dongles.

1181
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 25, 2012, 09:24:08 am »
But why did you post it here?
PS: Read your error messages..
Quote
Install ncurses (ncurses-devel) and try again.

1182
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 25, 2012, 05:58:04 am »
noobnonin, you did not follow my guide.
You forgot to edit the Makefile (or "export ARCH=arm").
you can use the toolchain from buildroot as well as the toolchain for ndless.

1183
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 24, 2012, 06:24:01 pm »
Minecraft has now been ported to the raspberry pi!
If we can get mesa software-rendering running, we can "play" minecraft(which will be waiting for the first frame from the game..)

1184
TI-Nspire / Re: nspire Linux Questions
« on: November 24, 2012, 01:54:59 pm »
No. You only have to build new programs if you need them.

1185
TI-Nspire / Re: nspire Linux Questions
« on: November 24, 2012, 01:50:32 pm »
Yeah, you have to build a kernel with your driver integrated.

Pages: 1 ... 77 78 [79] 80 81 ... 83