[opensuse] Posix Shared Memory - for ATI Drivers - Network card issue
Hello there, I have read on the ati website that in order to install properly the graphics card drivers I need to have enable the posix shared memory feature http://ati.amd.com/support/drivers/linux/linux-radeon.html I followed the instructions below quoted To enable POSIX Shared Memory on your system, perform the following as root: 1. Add the following line to /etc/fstab (if it isn't there already): tmpfs /dev/shm tmpfs defaults 0 0 2. Mount shared memory as follows: mount /dev/shm 3. Issue the following command to check that it mounted properly: mount | grep "shm" If the mount was successful, then the following output (or similar) should appear: tmpfs on /dev/shm type tmpfs (rw) and the result appeared as it stated above. But after I edited the /etc/fstab file adding that line and having restarted the system the outcome was that the ethernet card was deactivated. On my adsl modem the ethernet light was off, and therefore no internet connection. In the meantime I removed that line from fstab. Any suggestion on how to enable the Posix Shared memory feature and keeping the network card working ? Many thanks, Sergio -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Sergio S. wrote:
Hello there,
I have read on the ati website that in order to install properly the graphics card drivers I need to have enable the posix shared memory feature
http://ati.amd.com/support/drivers/linux/linux-radeon.html
I followed the instructions below quoted
To enable POSIX Shared Memory on your system, perform the following as root:
1. Add the following line to /etc/fstab (if it isn't there already): tmpfs /dev/shm tmpfs defaults 0 0 2. Mount shared memory as follows: mount /dev/shm 3. Issue the following command to check that it mounted properly: mount | grep "shm"
If the mount was successful, then the following output (or similar) should appear: tmpfs on /dev/shm type tmpfs (rw)
and the result appeared as it stated above.
But after I edited the /etc/fstab file adding that line and having restarted the system
the outcome was that the ethernet card was deactivated.
On my adsl modem the ethernet light was off, and therefore no internet connection.
In the meantime I removed that line from fstab.
Any suggestion on how to enable the Posix Shared memory feature and keeping the network card working ?
Many thanks,
Sergio
Unless you are using some OLD version of Linunx. posix shared memory is probably already enabled. Type mount and look for /dev/shm. -- kr -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Thank you K.R. Foley escribió:
Sergio S. wrote:
Hello there,
I have read on the ati website that in order to install properly the graphics card drivers I need to have enable the posix shared memory feature
http://ati.amd.com/support/drivers/linux/linux-radeon.html
I followed the instructions below quoted
To enable POSIX Shared Memory on your system, perform the following as root:
1. Add the following line to /etc/fstab (if it isn't there already): tmpfs /dev/shm tmpfs defaults 0 0 2. Mount shared memory as follows: mount /dev/shm 3. Issue the following command to check that it mounted properly: mount | grep "shm"
If the mount was successful, then the following output (or similar) should appear: tmpfs on /dev/shm type tmpfs (rw)
and the result appeared as it stated above.
But after I edited the /etc/fstab file adding that line and having restarted the system
the outcome was that the ethernet card was deactivated.
On my adsl modem the ethernet light was off, and therefore no internet connection.
In the meantime I removed that line from fstab.
Any suggestion on how to enable the Posix Shared memory feature and keeping the network card working ?
Many thanks,
Sergio
Unless you are using some OLD version of Linunx. posix shared memory is probably already enabled. Type mount and look for /dev/shm.
I am using Opensuse 10.3 I typed mount, and this is the outcome sergei@linux-tango:~> mount /dev/sda3 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/sda6 on /home type ext3 (rw,acl,user_xattr) /dev/sda1 on /windows_C type fuseblk (rw,noexec,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096) /dev/sda4 on /windows_D type fuseblk (rw,noexec,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096) securityfs on /sys/kernel/security type securityfs (rw) Is any of these lines saying that it's enabled ? Thanks S. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Sergio S. wrote:
Thank you
K.R. Foley escribió:
Sergio S. wrote:
Hello there,
I have read on the ati website that in order to install properly the graphics card drivers I need to have enable the posix shared memory feature
http://ati.amd.com/support/drivers/linux/linux-radeon.html
I followed the instructions below quoted
To enable POSIX Shared Memory on your system, perform the following as root:
1. Add the following line to /etc/fstab (if it isn't there already): tmpfs /dev/shm tmpfs defaults 0 0 2. Mount shared memory as follows: mount /dev/shm 3. Issue the following command to check that it mounted properly: mount | grep "shm"
If the mount was successful, then the following output (or similar) should appear: tmpfs on /dev/shm type tmpfs (rw)
and the result appeared as it stated above.
But after I edited the /etc/fstab file adding that line and having restarted the system
the outcome was that the ethernet card was deactivated.
On my adsl modem the ethernet light was off, and therefore no internet connection.
In the meantime I removed that line from fstab.
Any suggestion on how to enable the Posix Shared memory feature and keeping the network card working ?
Many thanks,
Sergio
Unless you are using some OLD version of Linunx. posix shared memory is probably already enabled. Type mount and look for /dev/shm.
I am using Opensuse 10.3
I typed mount, and this is the outcome
sergei@linux-tango:~> mount /dev/sda3 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/sda6 on /home type ext3 (rw,acl,user_xattr) /dev/sda1 on /windows_C type fuseblk (rw,noexec,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096) /dev/sda4 on /windows_D type fuseblk (rw,noexec,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096) securityfs on /sys/kernel/security type securityfs (rw)
Is any of these lines saying that it's enabled ?
Thanks
S.
Sorry. Unfortunately newer systems evidently don't mount /dev/shm in the same fashion as older systems do, possibly because now /dev itself is mounted as a tmpfs. Not sure. However, I would be very surprised if your 10.3 system doesn't have posix shared memory capabilities enabled. -- kr -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Thursday 2008-01-10 at 12:20 -0600, K.R. Foley wrote:
Unless you are using some OLD version of Linunx. posix shared memory is probably already enabled. Type mount and look for /dev/shm.
Certainly not in my opensuse 10.3: nimrodel:~ # mount | grep "shm" nimrodel:~ # - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFHhoVctTMYHG2NR9URAnB9AJ0b2ljQWCZ1TIWLtjTIOavsyflAUwCfZUza j3dbWM8RmvyMevHVG9dNL6Q= =BY/1 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Sergio S. wrote:
Hello there,
I have read on the ati website that in order to install properly the graphics card drivers I need to have enable the posix shared memory feature
<snip> I don't think any of that was necessary. Any modern distro, suse included, comes with shared memory already set up and ready to go, so there's no need to go through any of the contortions outlined at the URL you referenced. Disclaimer: I use only intel and nvidia video, hopefully some ATI users will help you undo the damage and get the drivers installed correctly. Joe -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Thursday 2008-01-10 at 13:02 -0500, Sergio S. wrote:
To enable POSIX Shared Memory on your system, perform the following as root:
1. Add the following line to /etc/fstab (if it isn't there already): tmpfs /dev/shm tmpfs defaults 0 0 2. Mount shared memory as follows: mount /dev/shm
This is wrong on a suse 10.3: nimrodel:~ # l /dev/shm/ total 0 drwxrwxrwt 3 root root 60 Jan 9 04:21 ./ drwxr-xr-x 11 root root 7880 Jan 10 19:40 ../ drwxr-xr-x 3 root root 320 Jan 9 04:21 sysconfig/ Because '/dev/shm' is a directory! But reading again the fstab line above, "/dev/shm" is the mount point, not the device node to mount somewhere else. Thus, opensuse 10.3 already comes with '/dev/shm' mounted, but it doesn't show in the command mount, it must be done in some other way. So... those instructions are incorrect, and we do have that posix shared memory thing. If the driver says otherwise, the driver must be old. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFHhodttTMYHG2NR9URAoFnAJ9F80xVmM9HsQBD53vRu9eQC41UzQCeJejv 2xPGHpx6q9GR8WkQGQPfE1Q= =bfMr -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 10 Jan 2008 22:00:27 +0100 (CET), Carlos E. R. <robin.listas@telefonica.net> wrote:
The Thursday 2008-01-10 at 13:02 -0500, Sergio S. wrote:
To enable POSIX Shared Memory on your system, perform the following as root:
1. Add the following line to /etc/fstab (if it isn't there already): tmpfs /dev/shm tmpfs defaults 0 0 2. Mount shared memory as follows: mount /dev/shm
This is wrong on a suse 10.3:
also on 10.1 :^) -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (5)
-
Carlos E. R.
-
K.R. Foley
-
Patrick Shanahan
-
Sergio S.
-
Sloan