A couple issues
Posted: 04 Mar 2012, 00:45
Hello,
A few days ago I received a B3-500gb wifi, and I'm loving it. However, it's not without it's issues.
Issue 1:
Fixed via reflash.
Issue 2:
The web interface doesn't provide an easy method of configuring multiple profiles. I understand most routers don't, but being able to supply secondary IPs to the interfaces(even when in DHCP mode) via webif would be appreciated. In fact, I find the networking configuration options to be quite lacking, as I have no control over whether things are bridged or routed, or control over VLANs. ebtables wasn't even installed by default, despite having a bridged configuration that could benefit.
Issue 3:
There are no local ttys, which kinda sucks.
During my inability to communicate with the B3 I remembered the USB ports, and tried to plugin a USB keyboard to fix the problem headless(eg, type my username and password at the /sbin/login prompt, then do an ifconfig/brctl/whatever blindly). There was a problem with this idea, though. The B3 does not ship with a /dev/tty0, so USB keyboards can't be used as they have no console to output to. There's /dev/tty, and /dev/ttyS0, but tty0 allocation was explicitly commented out in /etc/inittab and the character device is missing in /dev. I uncommented it, and did a `mknod -m660 c 5 0 /dev/tty0`(I grabbed the major from /proc/devices), however it disapeared on reboot. After some fiddling with udev I have /dev/tty0 back, however getty doesn't seem to want to attach at boot.
Is there either a way to make the keyboard(which is properly detected according to dmesg, and I'm able to read keystrokes from it in sysfs) write to ttyS0, or to get a working tty0 on this thing for issuing commands blindly?
Issue 4:
While poking around on my B3, I noticed the following:
shadow@b3:~$ dmesg | grep Kernel
[ 0.000000] Kernel command line: root=/dev/sda1 console=ttyS0,115200 serial=<redacted> key=<redacted> button=0
shadow@b3:~$ cat /proc/cmdline
root=/dev/sda1 console=ttyS0,115200 serial=<redacted> key=<redacted> button=0
What is the key= cheatcode for, and why is mine different from other peoples? I saw this question asked in another post(http://forum.excito.net/viewtopic.php?f=9&t=3372), but it was never answered. In fact, what's button= and serial=? My serial= is different, too. That makes me wonder - are the serial and key cheatcodes related to each other? Some kind of device identification?
Thanks.
A few days ago I received a B3-500gb wifi, and I'm loving it. However, it's not without it's issues.
Issue 1:
Fixed via reflash.
Issue 2:
The web interface doesn't provide an easy method of configuring multiple profiles. I understand most routers don't, but being able to supply secondary IPs to the interfaces(even when in DHCP mode) via webif would be appreciated. In fact, I find the networking configuration options to be quite lacking, as I have no control over whether things are bridged or routed, or control over VLANs. ebtables wasn't even installed by default, despite having a bridged configuration that could benefit.
Issue 3:
There are no local ttys, which kinda sucks.
During my inability to communicate with the B3 I remembered the USB ports, and tried to plugin a USB keyboard to fix the problem headless(eg, type my username and password at the /sbin/login prompt, then do an ifconfig/brctl/whatever blindly). There was a problem with this idea, though. The B3 does not ship with a /dev/tty0, so USB keyboards can't be used as they have no console to output to. There's /dev/tty, and /dev/ttyS0, but tty0 allocation was explicitly commented out in /etc/inittab and the character device is missing in /dev. I uncommented it, and did a `mknod -m660 c 5 0 /dev/tty0`(I grabbed the major from /proc/devices), however it disapeared on reboot. After some fiddling with udev I have /dev/tty0 back, however getty doesn't seem to want to attach at boot.
Is there either a way to make the keyboard(which is properly detected according to dmesg, and I'm able to read keystrokes from it in sysfs) write to ttyS0, or to get a working tty0 on this thing for issuing commands blindly?
Issue 4:
While poking around on my B3, I noticed the following:
shadow@b3:~$ dmesg | grep Kernel
[ 0.000000] Kernel command line: root=/dev/sda1 console=ttyS0,115200 serial=<redacted> key=<redacted> button=0
shadow@b3:~$ cat /proc/cmdline
root=/dev/sda1 console=ttyS0,115200 serial=<redacted> key=<redacted> button=0
What is the key= cheatcode for, and why is mine different from other peoples? I saw this question asked in another post(http://forum.excito.net/viewtopic.php?f=9&t=3372), but it was never answered. In fact, what's button= and serial=? My serial= is different, too. That makes me wonder - are the serial and key cheatcodes related to each other? Some kind of device identification?
Thanks.