Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#1
Just seeing if I can figure this out later on.

Code: Select all

harry@scuzbucket:~
$ lsusb
Bus 005 Device 004: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Bus 005 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 005 Device 002: ID 064e:c114 Suyin Corp. 
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 22b9:0006 eTurboTouch Technology, Inc. Touch Screen
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
harry@scuzbucket:~
$ dmesg | grep usb 
[    0.158759] usbcore: registered new interface driver usbfs
[    0.158759] usbcore: registered new interface driver hub
[    0.158759] usbcore: registered new device driver usb
[    0.953971] usbcore: registered new interface driver usb-storage
[    0.954018] usbcore: registered new interface driver ums-realtek
[    0.981430] usbcore: registered new interface driver usbhid
[    0.981435] usbhid: USB HID core driver
[    1.430017] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.430027] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.430035] usb usb1: Product: UHCI Host Controller
[    1.430043] usb usb1: Manufacturer: Linux 3.18.1-antix.1-486-smp uhci_hcd
[    1.430050] usb usb1: SerialNumber: 0000:00:1d.0
[    1.433881] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.433891] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.433900] usb usb2: Product: UHCI Host Controller
[    1.433908] usb usb2: Manufacturer: Linux 3.18.1-antix.1-486-smp uhci_hcd
[    1.433917] usb usb2: SerialNumber: 0000:00:1d.1
[    1.437812] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.437823] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.437831] usb usb3: Product: UHCI Host Controller
[    1.437839] usb usb3: Manufacturer: Linux 3.18.1-antix.1-486-smp uhci_hcd
[    1.437847] usb usb3: SerialNumber: 0000:00:1d.2
[    1.445772] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.445783] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.445791] usb usb4: Product: UHCI Host Controller
[    1.445800] usb usb4: Manufacturer: Linux 3.18.1-antix.1-486-smp uhci_hcd
[    1.445808] usb usb4: SerialNumber: 0000:00:1d.3
[    1.464270] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.464282] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.464290] usb usb5: Product: EHCI Host Controller
[    1.464298] usb usb5: Manufacturer: Linux 3.18.1-antix.1-486-smp ehci_hcd
[    1.464305] usb usb5: SerialNumber: 0000:00:1d.7
[    1.776084] usb 5-3: new high-speed USB device number 2 using ehci-pci
[    2.006326] usb 5-3: New USB device found, idVendor=064e, idProduct=c114
[    2.006344] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.006357] usb 5-3: Product: Intel Webcam
[    2.006368] usb 5-3: Manufacturer: SuYin
[    2.006380] usb 5-3: SerialNumber: CN1315-M00B-OV01-VS-R01.00.00
[    2.124101] usb 5-5: new high-speed USB device number 3 using ehci-pci
[    2.266998] usb 5-5: New USB device found, idVendor=0bda, idProduct=0158
[    2.267007] usb 5-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.267015] usb 5-5: Product: USB2.0-CRW
[    2.267022] usb 5-5: Manufacturer: Generic
[    2.267029] usb 5-5: SerialNumber: 20071114173400000
[    2.275410] scsi host4: usb-storage 5-5:1.0
[    2.388080] usb 5-6: new high-speed USB device number 4 using ehci-pci
[    2.537502] usb 5-6: New USB device found, idVendor=148f, idProduct=3070
[    2.537512] usb 5-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.537521] usb 5-6: Product: 802.11 n WLAN
[    2.537528] usb 5-6: Manufacturer: Ralink
[    2.537535] usb 5-6: SerialNumber: 1.0
[    3.012155] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[    3.171161] usb 4-1: New USB device found, idVendor=22b9, idProduct=0006
[    3.171178] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.171191] usb 4-1: Product: eTurboTouch
[    3.171202] usb 4-1: Manufacturer: eTurboTouch
[    3.190712] input: eTurboTouch eTurboTouch as /devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/0003:22B9:0006.0001/input/input2
[    3.191653] input: eTurboTouch eTurboTouch as /devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/0003:22B9:0006.0001/input/input3
[    3.194584] hid-generic 0003:22B9:0006.0001: input,hiddev0,hidraw0: USB HID v1.01 Mouse [eTurboTouch eTurboTouch] on usb-0000:00:1d.3-1/input0
[    9.399009] input: Intel Webcam as /devices/pci0000:00/0000:00:1d.7/usb5/5-3/5-3:1.0/input/input17
[    9.399337] usbcore: registered new interface driver uvcvideo
[   11.784158] usb 5-6: reset high-speed USB device number 4 using ehci-pci
[   12.019155] usbcore: registered new interface driver rt2800usb
harry@scuzbucket:~
$ cat / etc/modprobe.d/blacklist
cat: / etc/modprobe.d/blacklist: No such file or directory
harry@scuzbucket:~
$ cd / etc/modprobe.d
harry@scuzbucket:/ etc/modprobe.d
$ ls
dkms.conf  fbdev-blacklist.conf  libpisock9.conf  modesetting.conf
harry@scuzbucket:/ etc/modprobe.d
I have another one coming in Wednesday or later and I will see if 13.2 picks it up and
compare the 2 I guess. With the sd card inserted in the sd card slot in this unit.

Code: Select all

harry@scuzbucket:~
$ su
Password: 
root@scuzbucket:/home/harry# parted -l
Model: ATA TOSHIBA MK6028GA (scsi)
Disk /dev/sda: 60.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type      File system     Flags
 1      1049kB  15.7GB  15.7GB  primary   ext4            boot
 2      15.7GB  20.0GB  4245MB  primary   linux-swap(v1)
 3      20.0GB  60.0GB  40.0GB  extended
 5      20.0GB  60.0GB  40.0GB  logical   ext4
root@scuzbucket:/home/harry# blkid
/dev/sda1: UUID="129d95eb-70ae-4fc1-8699-0b415b0fd761" TYPE="ext4" PARTUUID="0734b2be-01"
/dev/sda2: UUID="382f5510-30a9-4453-abf2-ed218834396d" TYPE="swap" PARTUUID="0734b2be-02"
/dev/sda5: LABEL="/data" UUID="e3728887-6e16-4261-b727-4772665997e9" TYPE="ext4" PARTUUID="0734b2be-05"
root@scuzbucket:/home/harry# fdisk -l

Disk /dev/sda: 60 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System 
/dev/sda1   *           1        1913    15366141   83  Linux
Warning: Partition 1 does not end on cylinder boundary.
/dev/sda2            1913        2429     4144770   82  Linux swap
Warning: Partition 2 does not end on cylinder boundary.
/dev/sda3            2429        7296    39094177    5  Extended
Warning: Partition 3 does not end on cylinder boundary.
/dev/sda5            2429        7296    39094177   83  Linux
Warning: Partition 5 does not end on cylinder boundary.
So no sdb or sdc . sda is the 60 gig drive I have carved up for AntiX testing (15gig), /swap (4.2 gig or so), and a large 40 gig ext4 /data partition for storage.
I was not trying to be neat when carving up this drive.
Hence the large/uneven swap.
__{{emoticon}}__

I hope the card reader aint broken but that could be a possibility since these units are used.

So not really a question so much as me documenting what is going on with these netbooks as I try and figure out what the hardware is acting like.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Notes for later on the fix.
No init3 boot on grub 2 menu that I could see on Advanced Grub Menu option. Running smxi
while in fluxbox terminal running as root terminal. Well. Killing the desktop to start smxi just throws
me back to slim login screen. Soooooo.

Code: Select all

sudo service slim stop
OK. I am out of X finally. I can now login and"su" to root in terminal and

Code: Select all

smxi
tell it to add Sid repos so I can grab the latest Liqourix Kernel for 32 bit.
Let that finish.
I pick the upgrade option next instead of the"dist-upgrade" option because I have
already dist-upgraded this unit the day before.
I pick install the latest Liqourix Kernel next.

Lots of errors but no sweat. It installs just fine.
I pick reboot when done.
I have to go into Advanced Menu in Grub screen because Anti's Kernel is on the top row and Liqourix is on the bottom row. Even though Liqourix is the higher kernel version with"-5" vs Anti's"-1".

Code: Select all

$ inxi -S
System:    Host: scuzbucket Kernel: 3.18-5.dmz.1-liquorix-686-pae i686 (32 bit)
           Desktop: Fluxbox 1.3.5
           Distro: antiX-14-a5-RV_386-full Killah_P 14 January 2015
SD card slot works now. SD card automounts when inserted.

Code: Select all

harry@scuzbucket:~
$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=215965,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=206040k,mode=755)
/dev/sda1 on / type ext4 (rw,noatime,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
pstore on /sys/fs/pstore type pstore (rw,relatime)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=412060k)
/dev/sda5 on /media/data type ext4 (rw,nosuid,nodev,noexec,relatime,data=ordered,user)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sdb1 on /media/sdb1-usb-Generic-_Multi-C type vfat (rw,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0133,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,utf8,errors=remount-ro)
harry@scuzbucket:~
$ sudo parted -l
[sudo] password for harry: 
Model: ATA TOSHIBA MK6028GA (scsi)
Disk /dev/sda: 60.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type      File system     Flags
 1      1049kB  15.7GB  15.7GB  primary   ext4            boot
 2      15.7GB  20.0GB  4245MB  primary   linux-swap(v1)
 3      20.0GB  60.0GB  40.0GB  extended
 5      20.0GB  60.0GB  40.0GB  logical   ext4
Model: Generic- Multi-Card (scsi)
Disk /dev/sdb: 4094MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  4094MB  4093MB  primary  fat32
Problem solved with a kernel change. No to figure out how to move the Liqourix kernel
entry to the top of grub menu so it boots as default.

Ram and everything else is not too bad with this kernel. Just posting info as always
in case this does not get fixed later in final.
__{{emoticon}}__
Posts: 325
male
Joined: 04 Nov 2011
#3
roky wrote:Problem solved with a kernel change. No to figure out how to move the Liqourix kernel
entry to the top of grub menu so it boots as default.

Code: Select all

update-grub
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
male wrote:
roky wrote:Problem solved with a kernel change. No to figure out how to move the Liqourix kernel
entry to the top of grub menu so it boots as default.

Code: Select all

update-grub
Yeah. it should be that simple. But smxi runs that after a kernel install.
Just to show for info

Code: Select all

harry@scuzbucket:~
$ sudo update-grub
[sudo] password for harry: 
Generating grub configuration file ...
Found background: /usr/share/wallpaper/back.jpg
Found background image: /usr/share/wallpaper/back.jpg
Found linux image: /boot/vmlinuz-3.18.1-antix.1-486-smp
Found initrd image: /boot/initrd.img-3.18.1-antix.1-486-smp
Found linux image: /boot/vmlinuz-3.18-5.dmz.1-liquorix-686-pae
Found initrd image: /boot/initrd.img-3.18-5.dmz.1-liquorix-686-pae
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
I guess the period (".") takes precedence over the dash ("-")
in the upgrade script male. Just a scooter tramps guess.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#5
Meh. Took the lazy way out and uninstalled Anti stock kernel since card reader does not work on it any ways. Used synaptic to uninstall the kernel headers and image and then

Code: Select all

harry@scuzbucket:~
$ sudo update-grub
[sudo] password for harry: 
Generating grub configuration file ...
Found background: /usr/share/wallpaper/back.jpg
Found background image: /usr/share/wallpaper/back.jpg
Found linux image: /boot/vmlinuz-3.18-5.dmz.1-liquorix-686-pae
Found initrd image: /boot/initrd.img-3.18-5.dmz.1-liquorix-686-pae
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
done
I can always install a Debian or another Liqourix as a backup if need be.
Now for a reboot.
Posts: 325
male
Joined: 04 Nov 2011
#6
Also, if already solved ...

1. Was the header and the image of the Kernel installed?
2. etc/default/grub

Code: Select all

...
GRUB_DEFAULT=0
...
?