Posts: 51
wayne128
Joined: 05 Sep 2010
#16
Hi Brian,

I read your blog and this post, and find myself very interested to try antiX-core and get to antiX-Debian-Sid-xfce for some learning.

This is my first time using antiX core.
In older days M8.5 would not let me get internet on this computer with broadcom BCM57788 NIC.
However the M11 core has 36 kernel and supposedly had broadcom NIC work out of the box, or else I might not even be able to get internel.

So I just follow your steps .
Woo-Hoo, I cannot believe it: I have the antiX-Debian-Sid-xfce working!

Code: Select all

wayne@antiX1:~$ uname -a
Linux antiX1 2.6.36-1-mepis-smp #1 SMP Thu Mar 31 17:07:18 CDT 2011 i686 GNU/Linux

wayne@antiX1:~$ inxi -r
Resuming in non X mode: glxinfo not found in path
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
           deb http://www.debian-multimedia.org unstable main

Here are some issues I need some help and some observations I thought would be useful:

1. I cannot mount any partition and cannot mount USB drive.
When it runs, all partitions show up with ICONS on desktop, USB, CDROM also show up as ICON.
When I click any ICON on any partition, that ICON just disappear and nothing happen
When I click ICON of USB drive, there is a pop up windows with the error

Failed to mount"8.0 GB Filesystem"
Not Authorized

Here are some terminal data I thought might be helpful

Code: Select all

 652.314282] usb 2-1.3: USB disconnect, address 3
[  654.041994] usb 2-1.3: new high speed USB device using ehci_hcd and address 4
[  654.134491] usb 2-1.3: New USB device found, idVendor=0781, idProduct=5567
[  654.134499] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  654.134505] usb 2-1.3: Product: Cruzer Blade
[  654.134509] usb 2-1.3: Manufacturer: SanDisk
[  654.134512] usb 2-1.3: SerialNumber: 200411016013C0E2EC86
[  654.134890] scsi3 : usb-storage 2-1.3:1.0
[  655.131623] scsi 3:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 2
[  655.132362] sd 3:0:0:0: Attached scsi generic sg2 type 0
[  655.133734] sd 3:0:0:0: [sdc] 15625216 512-byte logical blocks: (8.00 GB/7.45 GiB)
[  655.135095] sd 3:0:0:0: [sdc] Write Protect is off
[  655.135102] sd 3:0:0:0: [sdc] Mode Sense: 03 00 00 00
[  655.135106] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[  655.138331] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[  655.142588]  sdc: sdc1
[  655.144696] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[  655.144703] sd 3:0:0:0: [sdc] Attached SCSI removable disk
[  657.614187] FAT: Directory bread(block 7648) failed
[  657.614207] FAT: Directory bread(block 7649) failed
[  657.614225] FAT: Directory bread(block 7650) failed
[  657.614242] FAT: Directory bread(block 7651) failed
[  657.614259] FAT: Directory bread(block 7652) failed
[  657.614277] FAT: Directory bread(block 7653) failed
[  657.614295] FAT: Directory bread(block 7654) failed
[  657.614311] FAT: Directory bread(block 7655) failed
[  657.614326] FAT: Directory bread(block 7656) failed
[  657.614343] FAT: Directory bread(block 7657) failed
[  657.614360] FAT: Directory bread(block 7658) failed
[  657.614377] FAT: Directory bread(block 7659) failed
[  657.614392] FAT: Directory bread(block 7660) failed
[  657.614410] FAT: Directory bread(block 7661) failed
[  657.614426] FAT: Directory bread(block 7662) failed
2. I install Synaptic, then install newer kernel 3.0.0-2
However, on reboot, there is no selection to boot with new kernel.
Could be issue with grub legacy used? ( grub2 will usually update and add a selection on menu)


3. task-xfce-desktop pull in so many packages!! so the sources.list had become important for reason of download speed, if I choose from a mirror that is closer, I could save lots of time downloading.
The default sources list is us mirror.
Since this is my first trial, if I do it second time, I would be changing the repos to the 'known closer one' to reduce the download time

4. I did not do apt-get install wicd htop etc,
but it seems task-xfce-desktop pull in wicd and lots of xfce-defaults (iceweasel , brasero, etc...)
or perhaps it was already preloaded in antiX-core?

5. When I tried to play youtube, the video was not nice, something like a 3:3 aspect ration rather than the 4:3 aspect ratio. I saw one original flash plugin ( cannot remember the version), may be that one did not play well with defaul iceweasel 7.0.1.
So I change the sources list to add non-free , and with that, I could apt-get flashplugin-nonfree, this resolved the flash player issue

6. Cannot restart ot shutdown from GUI
when I click Application Menu >> Log Out >> a pop up windows show Logout, but Restart and Shutdown are greyed out.

How could this be resolved?

At the moment I use root terminal and issue reboot to get system to reboot.

EDIT: just tried logout, then login as root, well, this time Restart, Shutdown, etc appear and I could click shutdown and restart!!


thanks for reading.. __{{emoticon}}__
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#17
2. In a root terminal, update-grub then reboot.

4. htop is included in core - the others you mention are not.

Have fun!

Not sure about 1. Maybe you need to install policykit/udisks?
Posts: 1,139
masinick
Joined: 26 Apr 2008
#18
Thanks for the feedback. It is at least gratifying to see that you were able, using the tutorial, to get a somewhat functional system. That was the goal, so at least that goal was accomplished.

Regarding 3. The task-xfce-desktop is a large meta package, and it does indeed pull in a LOT of software, arguably more than needed. The trade off is that it is a fast, simple way to get a complete system, but the disadvantage is that it may, as you notice, give you more than you were counting on. An alternative is to use smxi and include the components that you want, but that is a bit more work.
wayne128 wrote:Hi Brian,

I read your blog and this post, and find myself very interested to try antiX-core and get to antiX-Debian-Sid-xfce for some learning.

This is my first time using antiX core.
In older days M8.5 would not let me get internet on this computer with broadcom BCM57788 NIC.
However the M11 core has 36 kernel and supposedly had broadcom NIC work out of the box, or else I might not even be able to get internet.

So I just follow your steps .
Woo-Hoo, I cannot believe it: I have the antiX-Debian-Sid-xfce working!

Code: Select all

wayne@antiX1:~$ uname -a
Linux antiX1 2.6.36-1-mepis-smp #1 SMP Thu Mar 31 17:07:18 CDT 2011 i686 GNU/Linux

wayne@antiX1:~$ inxi -r
Resuming in non X mode: glxinfo not found in path
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
           deb http://www.debian-multimedia.org unstable main

Here are some issues I need some help and some observations I thought would be useful:

1. I cannot mount any partition and cannot mount USB drive.
When it runs, all partitions show up with ICONS on desktop, USB, CDROM also show up as ICON.
When I click any ICON on any partition, that ICON just disappear and nothing happen
When I click ICON of USB drive, there is a pop up windows with the error

Failed to mount"8.0 GB Filesystem"
Not Authorized

Here are some terminal data I thought might be helpful

Code: Select all

 652.314282] usb 2-1.3: USB disconnect, address 3
[  654.041994] usb 2-1.3: new high speed USB device using ehci_hcd and address 4
[  654.134491] usb 2-1.3: New USB device found, idVendor=0781, idProduct=5567
[  654.134499] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  654.134505] usb 2-1.3: Product: Cruzer Blade
[  654.134509] usb 2-1.3: Manufacturer: SanDisk
[  654.134512] usb 2-1.3: SerialNumber: 200411016013C0E2EC86
[  654.134890] scsi3 : usb-storage 2-1.3:1.0
[  655.131623] scsi 3:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 2
[  655.132362] sd 3:0:0:0: Attached scsi generic sg2 type 0
[  655.133734] sd 3:0:0:0: [sdc] 15625216 512-byte logical blocks: (8.00 GB/7.45 GiB)
[  655.135095] sd 3:0:0:0: [sdc] Write Protect is off
[  655.135102] sd 3:0:0:0: [sdc] Mode Sense: 03 00 00 00
[  655.135106] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[  655.138331] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[  655.142588]  sdc: sdc1
[  655.144696] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[  655.144703] sd 3:0:0:0: [sdc] Attached SCSI removable disk
[  657.614187] FAT: Directory bread(block 7648) failed
[  657.614207] FAT: Directory bread(block 7649) failed
[  657.614225] FAT: Directory bread(block 7650) failed
[  657.614242] FAT: Directory bread(block 7651) failed
[  657.614259] FAT: Directory bread(block 7652) failed
[  657.614277] FAT: Directory bread(block 7653) failed
[  657.614295] FAT: Directory bread(block 7654) failed
[  657.614311] FAT: Directory bread(block 7655) failed
[  657.614326] FAT: Directory bread(block 7656) failed
[  657.614343] FAT: Directory bread(block 7657) failed
[  657.614360] FAT: Directory bread(block 7658) failed
[  657.614377] FAT: Directory bread(block 7659) failed
[  657.614392] FAT: Directory bread(block 7660) failed
[  657.614410] FAT: Directory bread(block 7661) failed
[  657.614426] FAT: Directory bread(block 7662) failed
2. I install Synaptic, then install newer kernel 3.0.0-2
However, on reboot, there is no selection to boot with new kernel.
Could be issue with grub legacy used? ( grub2 will usually update and add a selection on menu)


3. task-xfce-desktop pull in so many packages!! so the sources.list had become important for reason of download speed, if I choose from a mirror that is closer, I could save lots of time downloading.
The default sources list is us mirror.
Since this is my first trial, if I do it second time, I would be changing the repos to the 'known closer one' to reduce the download time

4. I did not do apt-get install wicd htop etc,
but it seems task-xfce-desktop pull in wicd and lots of xfce-defaults (iceweasel , brasero, etc...)
or perhaps it was already preloaded in antiX-core?

5. When I tried to play youtube, the video was not nice, something like a 3:3 aspect ration rather than the 4:3 aspect ratio. I saw one original flash plugin ( cannot remember the version), may be that one did not play well with default iceweasel 7.0.1.
So I change the sources list to add non-free , and with that, I could apt-get flashplugin-nonfree, this resolved the flash player issue

6. Cannot restart at shutdown from GUI
when I click Application Menu >> Log Out >> a pop up windows show Logout, but Restart and Shutdown are greyed out.

How could this be resolved?

At the moment I use root terminal and issue reboot to get system to reboot.

EDIT: just tried logout, then login as root, well, this time Restart, Shutdown, etc appear and I could click shutdown and restart!!


thanks for reading.. __{{emoticon}}__
6. Not sure why with your setup you do not see a shutdown or restart option. Whatever I did, I see all of the options available and accessible. I have gone back and changed xdm, which is what I got with the meta package, and replaced it with gdm3; not sure if that is the difference or not.
Posts: 51
wayne128
Joined: 05 Sep 2010
#19
anticapitalista wrote:2. In a root terminal, update-grub then reboot.
oop! my mistake.
check again, I installed linux-headers and linux-image was not installed __{{emoticon}}__

Just install linux-image, update-grub. Now OK

wayne@antiX1:~$ uname -r
3.0.0-2-686-pae