[gentoo-user] eduardo.otubo has invited you to Spacelocker

2009-07-27 Thread eduardo . otubo

Hi there, You are invited to join eduardo.ot...@gmail.com at
Spacelocker, a cool place where you can meet friends fast and keep your
online stuff in one place. Check it out.Click the link below to
Accept the Invitation:http://www.spacelocker.com/signUp.php?fromid=NTMxNg===ZWR1YXJkby5vdHVib0BnbWFpbC5jb20==Z2VudG9vLXVzZXJAbGlzdHMuZ2VudG9vLm9yZw==	
	This email was sent to you as a referral from Spacelocker user
eduardo.ot...@gmail.com  pursuant to their acceptance of the terms of
use and privacy policy of Spacelocker.
	If you do not want to receive future emails please click
here
	Spacelocker  Ltd, 26 York Street, London W1U 6PZ,
UK



Re: [gentoo-user] Problem mounting cdrom,cdrw,usb

2008-07-02 Thread Eduardo Otubo
Well,

I think you did it, man!
Just check out your /mnt/cdrom and see if your files are there :-)

[]'s

On Wed, Jul 2, 2008 at 8:29 AM, Norman Hakim
[EMAIL PROTECTED] wrote:


 NORMAN HAKIM YAHYA


 --- On Mon, 6/30/08, Mick [EMAIL PROTECTED] wrote:

 From: Mick [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Problem mounting cdrom,cdrw,usb
 To: gentoo-user@lists.gentoo.org
 Date: Monday, June 30, 2008, 4:50 PM
 On Monday 30 June 2008, Eduardo Otubo wrote:
  Hi again,
 
  In fact, just like Ricardo said, my congrats to a
 person who wants to
  learn Linux starting by Gentoo :-)
  But, back to the problem:
 
  Then, I insist at the point: As root, try to mount it
 manually and
  paste the output here:
 
  # mount /dev/cdrom /mnt/cdrom
 
  Certify that /mnt/cdrom exists. :-)

 Or:

 $ dmesg | grep CD

 and:

 $ ls -la /dev/cd*

 --
 Regards,
 Mick

 Dear Mick  Richard,

 This is the output after i mount it manually:

  mount: block device /dev/cdrom is write-proctected, mounting read-only

 Regards,
 Norman



 --
 gentoo-user@lists.gentoo.org mailing list





-- 
Eduardo Otubo
Linux Registered User #424252
http://otubo.net

|_|0|_|
|_|_|0|
|0|0|0|
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Problem mounting cdrom,cdrw,usb

2008-07-02 Thread Eduardo Otubo
In fact,

To we get those things really automactly mounted, we need to install
and configure 'ivman' and 'hald'. For those who speaks portuguese I
have a great tutorial writen by a friend of mine:
http://nottooamused.wordpress.com/2007/02/27/montando-dispositivos-automaticamente-no-gnulinux/

[]'s

On Wed, Jul 2, 2008 at 2:31 PM, Dirk Heinrichs [EMAIL PROTECTED] wrote:
 Am Mittwoch, 2. Juli 2008 schrieb Ricardo Bevilacqua:
 I am
 sure that you could specify one file system type, but I am not too
 sure if this really works at any case because a DVD could not follow
 the ISO 9660 standard. As far as I know, some DVD's use the UDF

 Yes, what I wrote what auto is for. mount will find out wether the media
 is iso9660 or udf, but it will _not_ cause the media to be mounted
 automatically when inserted, as you wrote previously.

 Bye...

Dirk




-- 
Eduardo Otubo
Linux Registered User #424252
http://otubo.net

|_|0|_|
|_|_|0|
|0|0|0|
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Problem mounting cdrom,cdrw,usb

2008-06-30 Thread Eduardo Otubo
Hi again,

In fact, just like Ricardo said, my congrats to a person who wants to
learn Linux starting by Gentoo :-)
But, back to the problem:

Then, I insist at the point: As root, try to mount it manually and
paste the output here:

# mount /dev/cdrom /mnt/cdrom

Certify that /mnt/cdrom exists. :-)

[]'s

On Mon, Jun 30, 2008 at 8:23 AM, Norman Hakim
[EMAIL PROTECTED] wrote:
  Norman,
 
  I am glad to know that you have chosen Gentoo as your
 first contact
  with GNU/Linux. First of all, congratulations! having
 a working Gentoo
  system without any previous Linux knowledge is a
 terrific start!
 
  I assumed that you knew what fstab is and how to
 modify that file
  because it is explained in the Gentoo Handbook, which
 is the reference
  to install this distribution.
 
  As explained in the Gentoo Handbook chapter 8 [1], you
 manually
  created a text file under /etc called
 fstab. This simple text file
  contains all the necessary information to, let's
 say auto-mount your
  different devices.
 
  This is my fstab, I post it here as an example:
 
 
 
 ---
  /dev/hdc1   /boot
  ext2defaults,noatime
  1 2
  /dev/hdc3   /
  reiserfsnoatime
  0 1
  /dev/hdc2
  noneswapsw
  0
  0
  /dev/cdrom  /mnt/cdrom  auto
 noauto,ro,user  0
  0
  /dev/floppy/fd0 /mnt/floppy
  autonoauto,rw,user
  0 0
  /dev/hda1
  /mnt/RICvfat
 defaults,noatime,user
  0 0
  /dev/hdb2   /mnt/ZERO
  vfatdefaults,noatime,user
  0 0
  /dev/sda1
  /mnt/USBautonoauto,rw,user
 
  # NOTE: The next line is critical for boot!
  proc/proc
  procdefaults
  0 0
 
  # glibc 2.2 and above expects tmpfs to be mounted at
 /dev/shm for
  # POSIX shared memory (shm_open, shm_unlink).
  # (tmpfs is a dynamically expandable/shrinkable
 ramdisk, and will
  #  use almost no memory if not populated with files)
  shm
  /dev/shmtmpfs
 nodev,nosuid,noexec0
  0
 
 
 ---
 
  Usually, adding this
 
  /dev/cdrom
  /mnt/cdrom  autonoauto,ro,user
  0 0
 
  should be enough to have your cd-rom/cd-rw/dvd working
 =).
 
  If that does not work, then let us know and see if we
 can figure out
  something else. If it does work, then great! go on
 enjoying Gentoo
  Linux.
 
  You learn a lot using Gentoo. Is the only distribution
 that gave m the
  chance to learn a lot about Linux. It is very stable
 and flexible, you
  always have control over your own system, that is very
 important.
 
  Regards,
 
  Ricardo.
  (Richard)
 
 
  [1]
 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=8
 
  --

 Cristian Gary,
 i've grouped it into plugdev.

 Richard,

 After i type this command /dev/cdrom /mnt/cdrom  auto  
 noauto,ro,user 0 0 it shows:

bash: /dev/cdrom: Permission denied
 i've login using root account. i've right clicked at the cdrom to see the 
 properties and under Permissions tab the Owner column stated unknown and i 
 tried to change the Access column to Read and Write it popup The permisions 
 could not be changed



 Regards,
 Norman







 --
 gentoo-user@lists.gentoo.org mailing list





-- 
Eduardo Otubo
Linux Registered User #424252
http://otubo.net

|_|0|_|
|_|_|0|
|0|0|0|
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Problem mounting cdrom,cdrw,usb

2008-06-27 Thread Eduardo Otubo
Norman,

First understand one thing: The terminal is always a good friend :-)
Second, let's explain the fstab: Fstab (filesystem table) is a table
with all the specification for you filesystem. Check this out:
http://en.wikipedia.org/wiki/Fstab. To check the content of fstab just
type this on you terminal:

$ cat /etc/fstab

(and paste here the result of this command)

Third, to mount manually a device, you need to know first which device
is what on your Linux. Usually, cdrom is some /dev/hdc thing. Then, to
mount it:

$ mount /dev/hdc /mnt/cdrom

The strange things is: How did you installed gentoo without knowing
this issues? :-)

Hope this 2 cents helps you.

On Fri, Jun 27, 2008 at 3:25 AM, Norman Hakim
[EMAIL PROTECTED] wrote:


 NORMAN HAKIM YAHYA


 --- On Thu, 6/26/08, Ricardo Bevilacqua [EMAIL PROTECTED] wrote:

 From: Ricardo Bevilacqua [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Problem mounting cdrom,cdrw,usb
 To: gentoo-user@lists.gentoo.org
 Date: Thursday, June 26, 2008, 8:26 PM
 2008/6/26 Norman Hakim [EMAIL PROTECTED]:
  Hi all,
 
  i'm having problem to mount cdrom,cdrw,usb.i have
 group my user account to all these groups and i can see the
 icons of cdrom,cdrw,usb but once i double clicked to open it
 nothing happen. I suspect there is mounting problem to these
 three drives.
 
  Regards,
 
  Norman


 Norman,

 Maybe you have to check your fstab (posting it here might
 be a good
 idea). If that is right, then you should try to mount those
 drives
 manually and see the result.


 Regards,

 Richard.
 --

 Richard,

 Actually i'm really new to this Gentoo Linux and also Linux world,can u 
 explain to me how to check the fstab? and how to mount those drives manually?

 Thanks.

 Regards,
 Norman



 --
 gentoo-user@lists.gentoo.org mailing list





-- 
Eduardo Otubo
Linux Registered User #424252
http://otubo.net

|_|0|_|
|_|_|0|
|0|0|0|
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Kernel 2.6.23 and bcm4311 802.11b/g?

2007-12-17 Thread Eduardo Otubo
Hello Marzan,

I have the same wifi card and tryed the same methods to get it working
and nothing. I'am using ndiswrapper right now, just until I can find a
way to make it work. Any news gonna mail our list.

[]'s

On Dec 13, 2007 6:53 PM, Marzan, Richard non Unisys
[EMAIL PROTECTED] wrote:









 I'm trying to get my Broadcom 4311 b/g card to work with the native kernel
 driver (bcm43xx) and b43-fwcutter but it's does not work. I placed the
 extracted firmware code in /lib/firmware and dmesg states that it failed to
 load the module. Has anyone gotten this card to work and how? Any link or
 pointers would be greatly appreciated.





 Regards,



 Richard





-- 
Eduardo Otubo
Linux Registered User #424252
http://z3r00.blogspot.com/

|_|0|_|
|_|_|0|
|0|0|0|
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problem with bc43xx and kernel-2.6.23

2007-10-15 Thread Eduardo Otubo
Hi everyone,

I am running a kernel-2.6.23 and wifi bcm43xx on my Compaq Presário
v2000. And my Wifi doesn't work. My module is compiled built-in, and
when I start my interface:

$ ifconfig eth1 up

I have this on my dmesg:

bcm43xx: PHY connected
bcm43xx: Microcode rev 0x127, pl 0xe (2005-04-18  02:36:27)
bcm43xx: Radio turned on
bcm43xx: Radio enabled by hardware
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: Chip initialized
bcm43xx: 32-bit DMA initialized
bcm43xx: Keys cleared
bcm43xx: Selected 802.11 core (phytype 2)
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()

I can connect on SOME networks, encrypted or not. I mean, I do
connect, but I dont recieve any DHCP packs. When I connect (with DHCP,
or not) I keep connected for a little time, then the link just falls.

Any idea?

-- 
Eduardo Otubo
Linux Registered User #424252
http://z3r00.blogspot.com/

|_|0|_|
|_|_|0|
|0|0|0|
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problem with bc43xx and kernel-2.6.23

2007-10-15 Thread Eduardo Otubo
What do you mean?
Changing the channel configuration on iwconfig will lower my attenuation?

Here is some more information:

$ modprobe bcm43xx
$ dmesg

bcm43xx driver
ACPI: PCI Interrupt :05:02.0[A] - GSI 20 (level, low) - IRQ 20
bcm43xx: Chip ID 0x4318, rev 0x2
bcm43xx: Number of cores: 4
bcm43xx: Core 0: ID 0x800, rev 0xd, vendor 0x4243
bcm43xx: Core 1: ID 0x812, rev 0x9, vendor 0x4243
bcm43xx: Core 2: ID 0x804, rev 0xc, vendor 0x4243
bcm43xx: Core 3: ID 0x80d, rev 0x7, vendor 0x4243
bcm43xx: PHY connected
bcm43xx: Detected PHY: Analog: 3, Type 2, Revision 7
bcm43xx: Detected Radio: ID: 8205017f (Manuf: 17f Ver: 2050 Rev: 8)
bcm43xx: Radio turned off
bcm43xx: Radio turned off
bcm43xx: PHY connected
bcm43xx: Microcode rev 0x127, pl 0xe (2005-04-18  02:36:27)
bcm43xx: Radio turned on
bcm43xx: Radio disabled by hardware
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: Chip initialized
bcm43xx: 32-bit DMA initialized
bcm43xx: Keys cleared
bcm43xx: Selected 802.11 core (phytype 2)
ADDRCONF(NETDEV_UP): eth1: link is not ready
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: Radio hardware status changed to enabled

$ iwconfig eth1 essid spot_piso2
$ tail /var/log/messages

Oct 15 13:45:18 lisa bcm43xx: ASSERTION FAILED (radio_attenuation 
10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
Oct 15 13:45:19 lisa SoftMAC: Associate: Scanning for networks first.
Oct 15 13:45:20 lisa SoftMAC: Scanning finished: scanned 13 channels
starting with channel 1
Oct 15 13:45:20 lisa SoftMAC: Queueing Authentication Request to
00:0c:41:14:e3:fb
Oct 15 13:45:20 lisa SoftMAC: Cannot associate without being
authenticated, requested authentication
Oct 15 13:45:20 lisa SoftMAC: Sent Authentication Request to 00:0c:41:14:e3:fb.
Oct 15 13:45:20 lisa SoftMAC: Open Authentication completed with
00:0c:41:14:e3:fb
Oct 15 13:45:20 lisa SoftMAC: sent association request!
Oct 15 13:45:20 lisa SoftMAC: associating failed (reason: 0xa)!

$ iwconfig eth1

eth1  IEEE 802.11b/g  ESSID:spot_piso2  Nickname:Broadcom 4318
  Mode:Managed  Frequency=2.437 GHz  Access Point: Invalid
  Bit Rate=1 Mb/s   Tx-Power=18 dBm
  RTS thr:off   Fragment thr:off
  Encryption key:off
  Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

$ dhcpcd eth1
$ tail /var/log/messages

Oct 15 13:44:25 lisa dhcpcd[4594]: eth1: dhcpcd 3.0.16 starting
Oct 15 13:44:25 lisa dhcpcd[4594]: eth1: hardware address = 00:14:a5:71:28:77
Oct 15 13:44:25 lisa dhcpcd[4594]: eth1: broadcasting for a lease
Oct 15 13:44:45 lisa dhcpcd[4594]: eth1: timed out
Oct 15 13:44:45 lisa dhcpcd[4594]: eth1: exiting

On 10/15/07, Dan Farrell [EMAIL PROTECTED] wrote:
 On Mon, 15 Oct 2007 13:48:23 +
 Eduardo Otubo [EMAIL PROTECTED] wrote:

  Hi everyone,
 
  I am running a kernel-2.6.23 and wifi bcm43xx on my Compaq Presário
  v2000. And my Wifi doesn't work. My module is compiled built-in, and
  when I start my interface:
 
  $ ifconfig eth1 up
 
  I have this on my dmesg:
 
  bcm43xx: PHY connected
  bcm43xx: Microcode rev 0x127, pl 0xe (2005-04-18  02:36:27)
  bcm43xx: Radio turned on
  bcm43xx: Radio enabled by hardware
  bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
  drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
  bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
  drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
  bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
  drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
  bcm43xx: Chip initialized
  bcm43xx: 32-bit DMA initialized
  bcm43xx: Keys cleared
  bcm43xx: Selected 802.11 core (phytype 2)
  bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
  drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
 
  I can connect on SOME networks, encrypted or not. I mean, I do
  connect, but I dont recieve any DHCP packs. When I connect (with DHCP,
  or not) I keep connected for a little time, then the link just falls.
 
  Any idea?
 
 Hmm.   So the radio attenuation is too high?
 here:
 http://lists.berlios.de/pipermail/bcm43xx-dev/2006-October/003000.html
 they recommend switching your network to a different channel.
 --
 [EMAIL PROTECTED] mailing list




-- 
Eduardo Otubo
Linux Registered User #424252
http://z3r00.blogspot.com/

|_|0|_|
|_|_|0|
|0|0|0|
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problem compiling ati-drivers-8.35.5

2007-08-07 Thread Eduardo Otubo
Hello Herbert,

Here is a clue :-)
The option -l is a GCC flag that says which library you will
dynamically link to your binary. So, -lGL means your linker (ld)
will need GL library. The error above is due to two possibilities:

1- You don't have GL library
2- Your GL library is not in the right place it should be.

Try emerging media-libs/ftgl. This may solve your problem.

Hope I can help.
[]'s

On 8/4/07, Herbert Laubner [EMAIL PROTECTED] wrote:
 Running revdep-rebuild, I got an error building fgl_glxgears.

 Here the section of the build.log

 /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-
 gnu/bin/ld: cannot find -lGL
 collect2: ld returned 1 exit status

 !!! ERROR: x11-drivers/ati-drivers-8.35.5 failed.
 Call stack:
ebuild.sh, line 1632:   Called dyn_compile
ebuild.sh, line 983:   Called qa_call 'src_compile'
ebuild.sh, line 44:   Called src_compile
ati-drivers-8.35.5.ebuild, line 182:   Called die

 I have no clue what IGL is, nor if I need it.

 Could this also cause the problem, that I get a black screen trying
 to stop xorg-server? Right no the only way to shut down the computer
 is to hold the power button till it shuts down :-(


 Regards,
 Herb
 --
 [EMAIL PROTECTED] mailing list




-- 
Eduardo Otubo
Linux Registered User #424252
http://z3r00.blogspot.com/

|_|0|_|
|_|_|0|
|0|0|0|
-- 
[EMAIL PROTECTED] mailing list