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 ... 75 76 [77] 78 79 ... 83
1141
TI-Nspire / Re: nspire Linux Questions
« on: November 28, 2012, 11:46:20 am »
If you read my post, you should insert it into /etc/network/interfaces, not execute it..

1142
TI-Nspire / Re: nspire Linux Questions
« on: November 28, 2012, 11:20:12 am »
You have an ip, pinging should work.
But why "noobnonin banned"?

1143
TI-Nspire / Re: nspire Linux Questions
« on: November 28, 2012, 10:57:02 am »
bit rate = 1mb/s is way too slow, when my laptop has only 1mb/s, network isn't working at all.
Maybe should should get closer to your AP.
"Encryption key off": You said you were using WEP?
 After dhclient post output of ifconfig.
If the network is still unreachable, try "ifconfig wlan0 inet 192.168.0.40"
You'll have no DNS but "ping 192.168.178.0.1" should work.
You can insert
Code: [Select]
auto wlan0
iface wlan0 inet dhcp
into /etc/network/interfaces.

1144
TI-Nspire / Re: nspire Linux Questions
« on: November 28, 2012, 07:56:04 am »
If WLAN works manually, you can write a script which setups the connection for you without problems.
http://dl.dropbox.com/u/105478372/zImage.tns

1145
TI-Nspire / Re: nspire Linux Questions
« on: November 27, 2012, 11:20:25 am »
kernel linux/zImage.tns
cmdline root=/dev/sda1 earlyprintk debug console=tty0 rootdelay=10
boot

1146
TI-Nspire / Re: nspire Linux Questions
« on: November 27, 2012, 11:10:04 am »
Bootscript + USB-Stick (partitioned)

1147
TI-Nspire / Re: nspire Linux Questions
« on: November 27, 2012, 10:28:48 am »
Wow..
Wait a moment, I gonna test it.

Edit: It works flawlessly.

1148
TI-Nspire / Re: nspire Linux Questions
« on: November 27, 2012, 10:22:25 am »
What fails?

1149
TI-Nspire / Re: nspire Linux Questions
« on: November 27, 2012, 10:10:39 am »
No. wpa_supplicant is a binary you have to compile. For now it would be easier for us to use WEP instead.

Edit: Oh, I was wrong, wpa_supplicant is, indeed, available. I don't know how to use it, but you'll find a lot of infos in the web. (Or use WEP)

1150
TI-Nspire / Re: nspire Linux Questions
« on: November 27, 2012, 09:46:47 am »
If you look at the other thread, I found out I was (apparently) testing the wrong kernel.
I have to build another one, should be ready in ~3 min.

Edit: Ready, but not tested: http://dl.dropbox.com/u/105478372/zImage.tns

1151
TI-Nspire / Re: nspire Linux Questions
« on: November 27, 2012, 09:39:55 am »
That's only a symptom..
My next guess would be: Are you using WPA?
It's not supported directly by the kernel, only through wpa_supplicant.
So try to use WEP or no encryption at all to test it.

1152
TI-Nspire / Re: nspire Linux Questions
« on: November 27, 2012, 09:35:29 am »
If we can't get any error messages, we can only guess what's the cause.

1153
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 27, 2012, 09:33:44 am »
The login text is displayed by the rootfs.
And I'm too lazy to change the version number every 10 minutes..

1154
TI-Nspire / Re: nspire Linux Questions
« on: November 26, 2012, 04:45:41 pm »
But didn't that work before?

1155
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 26, 2012, 03:28:56 pm »
Quote
I did not choosed any format. What should I specify in order to generate an initrd that the kernel will launch like you managed to do today?
Tangrs used the ext2 image format as initrd.
At least "file initrd.img" says so.
BTW: I couldn't get it to run, but that may be because it's too large to be decompressed (27MB).
I was too busy to solve the problem with the framebuffer, so I couldn't build a new (smaller) rootfs.

Quote
(even if the framebuffer doesn't work)
I don't think the initrd and framebuffer problem are related..
I could really have tested the wrong kernel the whole time *embarrassed*

Pages: 1 ... 75 76 [77] 78 79 ... 83