Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Writing to LCD on Ultra 6
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2014-03-24
04:48 AM
2014-03-24
04:48 AM
Writing to LCD on Ultra 6
This may be a bit out of scope but I'm hoping to find someone here who's done this before.
I recently installed Gentoo Linux on my ReadyNAS Ultra 6 as a way to improve my Linux skills and expand the options this system has. Everything appears to be working, besides coretemp not getting any readings from the CPU. That I can probably fix.
However, I'm at a complete loss as to how I can write output to the LCD display. At very least I would clear it, showing the word 'ReadyNAS' 24/7 can't be good. From studying the kernel-config, I'd say its a serial device. But that's about as far as I got. I'm great with Linux & storage, I can bake a lean kernel, but this is new territory.
Does anyone have experience with these functions? Can anyone point me in the right direction?
I recently installed Gentoo Linux on my ReadyNAS Ultra 6 as a way to improve my Linux skills and expand the options this system has. Everything appears to be working, besides coretemp not getting any readings from the CPU. That I can probably fix.
However, I'm at a complete loss as to how I can write output to the LCD display. At very least I would clear it, showing the word 'ReadyNAS' 24/7 can't be good. From studying the kernel-config, I'd say its a serial device. But that's about as far as I got. I'm great with Linux & storage, I can bake a lean kernel, but this is new territory.
Does anyone have experience with these functions? Can anyone point me in the right direction?
Message 1 of 3
Labels:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2014-03-24
08:31 AM
2014-03-24
08:31 AM
Re: Writing to LCD on Ultra 6
echo E > /dev/ttyS1
Jedi Council Alumni | See my profile About page for my ReadyNAS history (2004-2012) |
https://twitter.com/chirpah/status/852389882764840960/photo/1
https://twitter.com/chirpah/status/852389882764840960/photo/1
Message 2 of 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2014-03-24
12:23 PM
2014-03-24
12:23 PM
Re: Writing to LCD on Ultra 6
You didn't have to drop me in my own ignorance quite so efficiently. :oops:
Thank you so much, I needed to use "quotes" around the command, but it works quite well. I'll see if I can emulate some ReadyNAS functions like the HDD-icons and the RAID-scrub output. You wouldn't happen to know of any documentation on this, do you? I found the Nexenta page as far as possible commands go, but I haven't figured out how to print multiple lines yet.
('lcdproc' looks nice as well, if I can figure out which of the gazillion drivers to use)
EDIT: Oddly enough, the coretemp started working all by itself. Which means I now have full hardware functionality, yay!
Thanks again!
Thank you so much, I needed to use "quotes" around the command, but it works quite well. I'll see if I can emulate some ReadyNAS functions like the HDD-icons and the RAID-scrub output. You wouldn't happen to know of any documentation on this, do you? I found the Nexenta page as far as possible commands go, but I haven't figured out how to print multiple lines yet.
('lcdproc' looks nice as well, if I can figure out which of the gazillion drivers to use)
EDIT: Oddly enough, the coretemp started working all by itself. Which means I now have full hardware functionality, yay!
Thanks again!
Message 3 of 3