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 ... 61 62 [63] 64 65 ... 83
931
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 10:43:39 am »
Nope, you didn't xD Sometimes I only need to reboot, but most times I have to run NAND tests in diag mode..

Quote
Is that what NAND corruption is?
I think it's caused by some accidentally accesses to NAND which makes it lose some data.
I needed to format my NAND completely once..

932
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 10:27:28 am »
Hmm..
I'll try the exact same configuration as you're using on my calc.

Edit: You're right, it crashes O.o
Now my NAND is corrupt.. f*ck.

933
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 10:19:57 am »
Nope, it just crashed.
With the last ndless versions it works perfectly.

934
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 10:10:16 am »
Quote
the last time ndless was updated was 8/15/2012
Thought so, too, but nTxt didn't work for me.
I'm using ndless v3.1 beta r685.

935
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 09:56:59 am »
Quote
The latest build just causes my calculator to hard reboot after a run my script...
O.o That shouldn't be..

Quote
Do I need a new ndless or something?
Yep, I'm using the latest version.
Do you have the latest linuxloader?

936
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 09:37:55 am »
Quote
I also use a CX CAS. There might be something wrong with the build from there.
Can't be..
I'm using the build from 20130116_1937 I think.
Could you try the latest version and post the output of "dmesg | tail"?

Quote
So you're fixing it? Excellent!
Build is ready, but I don't think it fixes anything (besides the flashing white, maybe)

937
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 09:21:49 am »
Which calculator?
It works on a cx cas for me with the kernel and root from tiplanet.org/nspire-linux-builds.

Edit: I started a new build. The latest kernel didn't integrate touchpad, watchdog and backlight support (IIRC).

938
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 05:39:06 am »
/dev/sdb1?
Then you have to use root=/dev/sda1 in your script.
Per default it uses /dev/sda, not the first partition.

939
TI-Nspire / Re: nspire Linux Questions
« on: January 18, 2013, 05:16:35 pm »
You should get a message like "New USB device registered" "/dev/sda registered".
Do you see different error messages when booting without usb?
Some card readers register a seperate drive for each type.
Try to put it into a linux pc and look what it's called there.

BTW: Do you use defconfig or extended? I don't know whether defconfig supports card readers.

940
Computer Programming / Re: Getting the bits out of a number
« on: January 18, 2013, 02:47:29 pm »
Quote
Actually, this could work:
Code: [Select]
#define getBit(x,n) x&(1<<n)
Nope :P
Code: [Select]
#define getBit(x,n) ((x&(1<<n))>>n)

941
TI-Nspire / Re: nspire Linux Questions
« on: January 18, 2013, 01:18:19 am »
Yes :-)
You only need an initrd if you don't use an usb stick.

942
General Calculator Help / Re: Problem Ndless 3.1 and/or Mviewer 3.3
« on: January 14, 2013, 02:52:38 pm »
links -g works beautifully.
But it doesn't support css, so it's just a long text with some images in between.
I think it'd fit into a ramdisk, so you only need a cable with a (low power) WLAN dongle.

943
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 14, 2013, 09:44:52 am »
Quote
I think it's something more complicated involving the battery and/or power stuff.
I think http://www.mjmwired.net/kernel/Documentation/hwmon/sysfs-interface is right, but no documentation :-(
Hopefully there's a simple driver already..

Quote
Not necessarily a must for the very first mainline RFC submission.
Not really necessary, but so we know whether the battery is charging.
Maybe there's a small x app which displays the charge level or at least the voltages.

944
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 14, 2013, 08:20:12 am »
Quote
I am also planning to get a contrast driver working for the classics so we can remove the ugly /proc/contrast and /proc/backlight files.
/sys/class/backlight interface?
That'd be great!

I wonder where the right place for /proc/adc is..

945
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 12, 2013, 07:12:32 pm »
My current build is deleted, I'm currently removing dirty lines.

But if you really want to get it now, compile it yourself:
https://github.com/Vogtinator/linux/tree/testing

Edit: Kernel is attached.
But I still have to edit drivers/i2c/busses/i2c-designware-core.c.

Edit2: I compiled psplash and now we have a nice progress bar on boot:

Pages: 1 ... 61 62 [63] 64 65 ... 83