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 ... 18 19 [20] 21 22 ... 83
286
General Calculator Help / Re: Serious TI-Nspire issues
« on: September 21, 2014, 04:22:03 pm »
Looks like a HW fault, you'll have to send it in :-(
You can try the diagnostics to find the fault, if you want to.

287
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: September 14, 2014, 09:38:34 am »
Quote
Would it be possible to run Raspbian on the nspire?
If Raspbian is armv5 compatible, yes. But it's probably armv6.

Quote
Why not ask on one of the kernel mailing lists?
You can, if you want to :P

288
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: September 13, 2014, 05:34:48 pm »
Yes, the file has to have the extension "pdf.tns" to work, e.g. "document.pdf.tns" when you transfer it to your calculator.

289
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: September 12, 2014, 08:06:35 am »
Yes.

290
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: September 12, 2014, 06:43:08 am »
Probably your FS got corrupted somehow, run fsck on your desktop to fix it.

Quote
Is it normal to have two things mounted on / ?
I have no idea why it is shown that way, but a directory can only be mountpoint of one device at a time, the newest mount is what you can see in the directory.

291
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: September 11, 2014, 07:41:13 pm »
I don't know actually. I tried various devicetree options, but none of it seem to work as expected. I only tried OTG, though, as the host controller doesn't work reliable with "high speed" and the OTG one can switch to high speed without disconnecting.

292
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: September 11, 2014, 01:14:10 pm »
Has anything changed, boot cmdline, kernel version, initrd, linuxloader2?

293
Humour and Jokes / Re: 1337 reasons why you don't stand a chance with girls
« on: September 07, 2014, 12:54:45 pm »
86. You get friendzoned (Universal reason #1, not only for geeks/nerds)
87. You "hack" the school computer to send messages to a specific female subject of desire (a friend did this actually. She felt creeped out by that)
88. They think you're gay...
89. You try to help her in a comp sci project and you're so much better than her that she feels stupid next to you...
90. 85, but everyone else does.

294
TI-Nspire / Re: nspire Linux Questions
« on: September 04, 2014, 07:53:27 pm »
Those which are supported by the kernel directly, without any extra modules.
Search through the kernel's config options, choose and compile.

295
TI-Nspire / Re: nspire Linux Questions
« on: September 04, 2014, 07:50:49 pm »
That rule applies only to userspace. Kernelspace changes really fast.

296
TI-Nspire / Re: nspire Linux Questions
« on: September 04, 2014, 07:47:09 pm »
Quote
LOL that must have SUCKED!
How do you specify a directory?
-C destdir
Quote
Also, you do you format a drive in debian?
mkfs.ext4 /dev/sdXY

Quote
@Vogtinator why won't it work?
It says "2.6" as kernel version - the nspire version is at 3.14 I think.

297
TI-Nspire / Re: nspire Linux Questions
« on: September 04, 2014, 07:35:14 pm »
Yes. Also be sure you target the correct folder, otherwise you'll fuck your whole system up.
I accidentially untard it onto "/", requring reinstallation.

Quote
http://www.mediatek.com/AmazonS3/Downloads/linux/DPO_RT5572_LinuxSTA_2.6.1.3_20121022.tar.bz2
Doesn't look like it'll work, sadly. With some major fiddling you may get it to compile, but the kernel APIs change rapidly.

298
TI-Nspire / Re: nspire Linux Questions
« on: September 04, 2014, 07:06:08 pm »
.bz2 is bzip2 compressed and .xz XZ-compressed.

299
TI-Nspire / Re: nspire Linux Questions
« on: September 04, 2014, 07:02:48 pm »
Quote
I am thoroughly confused.
I am trying to get USB host to work and I ran "dd if=/*rootfs* of=/media/USB
and got 3 files,
xconfig_20140223_1734.ext2.bz2
xconfig_20140223_1734.tar.xz
and xconfig-latest.tar.xz.
This didn't look right to me but I decided to attempt to boot from it anyway.
Needless to say, it didn't work.
What did I do wrong?
You need to decompress the files first.

Quote
@Vogtinator Oh, that makes sense... I have gcc and make on my calc, how would I compile and install the module?
No idea. Search for the module name, get the source and read the instructions. Also, don't compile on the calc, it'll take hours.

300
TI-Nspire / Re: nspire Linux Questions
« on: September 04, 2014, 06:10:44 pm »
Debian's kernel modules aren't compatible. It's a different kernel version, so you'll need to compile it yourself.

Pages: 1 ... 18 19 [20] 21 22 ... 83