Re: !!!!!!!!!! April 29, 2015 03:25PM |
Registered: 10 years ago Posts: 1,516 |
root@DebianPlug:~# lspci -k | grep -A 3 -i "network" 00:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe Subsystem: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe Kernel driver in use: rt2800pci root@DebianPlug:~# rt2800pci -bash: rt2800pci: command not found root@DebianPlug:~# modinfo rt2800pci | grep 'depend' ERROR: Module rt2800pci not found. root@DebianPlug:~#
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? April 29, 2015 03:40PM |
Registered: 10 years ago Posts: 1,037 |
lol April 29, 2015 03:51PM |
Registered: 10 years ago Posts: 1,516 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? April 29, 2015 06:05PM |
Registered: 10 years ago Posts: 1,516 |
Configuration file: /root/hostapd-test.conf Could not open configuration file '/root/hostapd-test.conf' for reading.
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? April 30, 2015 03:01AM |
Registered: 10 years ago Posts: 1,037 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? April 30, 2015 12:32PM |
Registered: 10 years ago Posts: 1,516 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? April 30, 2015 02:01PM |
Registered: 10 years ago Posts: 429 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? April 30, 2015 05:55PM |
Registered: 10 years ago Posts: 1,516 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? April 30, 2015 07:01PM |
Registered: 10 years ago Posts: 429 |
root@debian:~# cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian wheezy main deb http://security.debian.org/ wheezy/updates main contrib non-free
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 01, 2015 12:42AM |
Registered: 10 years ago Posts: 1,516 |
teaser May 01, 2015 02:57PM |
Registered: 10 years ago Posts: 1,516 |
auto lo eth0 iface lo inet loopback iface eth0 inet dhcp ifconfig wlan0 up ifdown wlan0 ifup wlan0 auto wlan0 iface wlan0 inet dhcp WPA-SSID yadayadayada WPA-PSK sI5b0ombahrahrahrahMy current /etc/network/interfaces list, allows Ethernet access, wireless (iwlist scan) can retrieve neighborhood SSIDs
Re: teaser May 01, 2015 08:08PM |
Registered: 10 years ago Posts: 1,037 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 02, 2015 01:05AM |
Registered: 10 years ago Posts: 1,516 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 02, 2015 04:00PM |
Admin Registered: 14 years ago Posts: 19,529 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 02, 2015 11:31PM |
Registered: 10 years ago Posts: 1,516 |
xrdp installed May 03, 2015 12:48AM |
Registered: 10 years ago Posts: 1,516 |
Re: xrdp installed May 03, 2015 02:30AM |
Admin Registered: 14 years ago Posts: 19,529 |
Re: xrdp installed May 03, 2015 04:49AM |
Admin Registered: 14 years ago Posts: 19,529 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 03, 2015 01:02PM |
Registered: 12 years ago Posts: 92 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 03, 2015 04:04PM |
Admin Registered: 14 years ago Posts: 19,529 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 03, 2015 04:09PM |
Admin Registered: 14 years ago Posts: 19,529 |
apt-get install xfce4 xfce4-goodies
#!/bin/sh xrdb $HOME/.Xresources startxfce4 &and make it executable
chmod +x ~/.vnc/xstartup
XFCE installed with goodies. Got that far. May 03, 2015 05:23PM |
Registered: 10 years ago Posts: 1,516 |
#This will create a 1024MB swap file #Named "swapfile.img" in /media/usb (USB HD). dd if=/dev/zero of=/media/usb/swapfile.img bs=1M count=1024 mkswap /media/usb/swapfile.imgNote to bystanders: this is for Arch Linux
root@DebianPlug:~# dd if=/dev/zero of=/media/usb/swapfile.img bs=1M count=1024 dd: opening `/media/usb/swapfile.img': No such file or directoryI even tried making a blank file in Windows with that name, copying it with WinSCP into that directory and same result.
cat: /root/.vnc/xstartup: No such file or directory
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 03, 2015 06:23PM |
Registered: 10 years ago Posts: 1,037 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 03, 2015 08:04PM |
Registered: 10 years ago Posts: 1,516 |
Re: Easy/possible to install driver for RNX-AC600UB in Pogoplug? May 03, 2015 10:56PM |
Admin Registered: 14 years ago Posts: 19,529 |
Quote
Create/edit this file in your home directory for xrdp to start xfce automatically:
cat ~/.vnc/xstartup
#!/bin/sh
xrdb $HOME/.Xresources
startxfce4 &
Re: XFCE installed with goodies. Got that far. May 04, 2015 12:16AM |
Registered: 10 years ago Posts: 1,516 |
root@DebianPlug:~# cat ~/.vnc/xstartup #!/bin/sh xrdb $HOME/.Xresources startxfce4 &root@DebianPlug:~# #!/bin/sh root@DebianPlug:~# xrdb $HOME/.Xresources xrdb: Can't open display '' root@DebianPlug:~# startxfce4 & [1] 2352 root@DebianPlug:~# /usr/bin/startxfce4: Starting X server /etc/X11/xinit/xserverrc: 3: exec: /usr/bin/X: not found chmod +x ~/.vnc/xstartup root@DebianPlug:~# xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error
Re: XFCE installed with goodies. Got that far. May 04, 2015 06:24AM |
Registered: 10 years ago Posts: 1,037 |
Re: XFCE installed with goodies. Got that far. May 04, 2015 11:59AM |
Registered: 10 years ago Posts: 1,516 |
root@DebianPlug:~# free total used free shared buffers cached Mem: 121776 92108 29668 0 5400 38060 -/+ buffers/cache: 48648 73128 Swap: 0 0 0 root@DebianPlug:~# fdisk -l Disk /dev/mtdblock0: 14 MB, 14680064 bytes 171 heads, 42 sectors/track, 3 cylinders, total 28672 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xaaaaaaaa This doesn't look like a partition table Probably you selected the wrong device. Device Boot Start End Blocks Id System /dev/mtdblock0p1 ? 2863311530 1431655763 1431655765 aa Unknown /dev/mtdblock0p2 ? 2863311530 1431655763 1431655765 aa Unknown /dev/mtdblock0p3 ? 2863311530 21843 715838805 aa Unknown /dev/mtdblock0p4 ? 2863311530 1426085203 1428870485 aa Unknown Disk /dev/mtdblock1: 119 MB, 119537664 bytes 255 heads, 63 sectors/track, 14 cylinders, total 233472 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/mtdblock1 doesn't contain a valid partition table Disk /dev/sda: 7849 MB, 7849115648 bytes 255 heads, 63 sectors/track, 954 cylinders, total 15330304 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x67990726 Device Boot Start End Blocks Id System /dev/sda1 10 7812869 3906430 83 Linux /dev/sda2 7823655 15326009 3751177+ f W95 Ext'd (LBA) /dev/sda5 7823718 12016619 2096451 82 Linux swap / Solaris /dev/sda6 12016683 15326009 1654663+ b W95 FAT32 root@DebianPlug:~#
I would avoid adding this to fstab. Turn swap on in /etc/rc.local is better, IMO. /etc/rc.local .... swapon /swapfile1 swapon /swapfile2 ....
root@DebianPlug:~# fdisk -l Disk /dev/mtdblock0: 14 MB, 14680064 bytes 171 heads, 42 sectors/track, 3 cylinders, total 28672 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xaaaaaaaa This doesn't look like a partition table Probably you selected the wrong device. Device Boot Start End Blocks Id System /dev/mtdblock0p1 ? 2863311530 1431655763 1431655765 aa Unknown /dev/mtdblock0p2 ? 2863311530 1431655763 1431655765 aa Unknown /dev/mtdblock0p3 ? 2863311530 21843 715838805 aa Unknown /dev/mtdblock0p4 ? 2863311530 1426085203 1428870485 aa Unknown Disk /dev/mtdblock1: 119 MB, 119537664 bytes 255 heads, 63 sectors/track, 14 cylinders, total 233472 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/mtdblock1 doesn't contain a valid partition table Disk /dev/sda: 7849 MB, 7849115648 bytes 255 heads, 63 sectors/track, 954 cylinders, total 15330304 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x67990726 Device Boot Start End Blocks Id System /dev/sda1 10 7812869 3906430 83 Linux /dev/sda2 7823655 15326009 3751177+ f W95 Ext'd (LBA) /dev/sda5 7823718 12016619 2096451 82 Linux swap / Solaris /dev/sda6 12016683 15326009 1654663+ b W95 FAT32 root@DebianPlug:~# free total used free shared buffers cached Mem: 121776 79972 41804 0 6360 40768 -/+ buffers/cache: 32844 88932 Swap: 0 0 0 root@DebianPlug:~#
Re: XFCE installed with goodies. Got that far. May 04, 2015 03:27PM |
Registered: 10 years ago Posts: 1,516 |
root@DebianPlug:~# free total used free shared buffers cached Mem: 121776 116872 4904 0 47968 36088 -/+ buffers/cache: 32816 88960 Swap: 0 0 0 root@DebianPlug:~#