SUSE / Novell :: Udev Addition Hang File Browser 'properties' Menu / Why Is So?
Jan 22, 2010
I am trying to set up a usb weather station (WMR100) on my SUSE 11.1 system. It appears as /dev/hiddev0 (and /dev/hidraw0) when it is plugged in with:
crw-rw---- 1 root root ...
It is the only hiddev device that appears in /dev
I have added this to /etc/udev/rules.d code...
(I will add idVendor/Product values later)
The above successfully sets the access codes for hiddev0 when examined from command line (crw-rw-rw- ...). However, the file browser is fine until I look at the properties for /dev/hiddev0 when it hangs - showing nothing.
Can anyone shed light on this - especially as to if I have done something wrong or this might be a 'bug'
View 1 Replies
ADVERTISEMENT
Dec 2, 2008
I have a usb port problem. I am trying to set up printers to usb port. When II have setup printer to connect to usb. When I test connection, it prints. Any other part of printer setup, shows up in the Que, but will not test print.Seem that my usb port does not have permissions set up properly. How do I set up permissions and keep them setup?
View 7 Replies
View Related
Oct 10, 2010
Is there a crap cleaner for use with Suse Linux 11.3, does anyone know?
Can't find one listed.
View 1 Replies
View Related
Nov 28, 2010
I have KDE on opensuse 11.3, set the menu to classic style, i was fine, but suddenly another displayed menu items without icons, And set Kickoff style and all right. But I'm interested in classic style and the icons do not appear in that style of menu
View 1 Replies
View Related
May 23, 2010
Yesterday afternoon, I was playing around with updating my system with RPMs from the openSUSE RPM Search. I had bash v 4.0.18 (I'm running a decaboot, the primary OS being openSUSE 11.2, where the issue is) and I installed a package that was bash 1.0.36. I restarted my Yakuake terminal to see the new bash. Immediately, I noticed the Yakuake terminal flashing rapidly, and the terminal wouldn't go down when I used the key that brings up and down, so I controlled-alt-escaped it and killed it off. Then I wondered if it was just me, so I hit ALT-F2 and logged in as root. It quickly said some symbol file (Something)_(Something)_REWRITE(maybe) then disappeared, giving my the login prompt. I though, well, OK maybe I have to restart it to get it to work. Init said "there is no more processes left on this runlevel" and I had to Power-Button it and reboot. When it rebooted, or tried to, I was greeted with "KERNEL-PANIC Tried to kill init"
I panicked with the kernel, and I went into my 11.3 Milestone 4 installation, tried to chroot it, but I received the same error as when I tried to log into root and was returned to my 11.3 session.
I later tried to do a mock update with the 11.2 DVD, and tried with the YaST package manager to downgrade BASH, but the RPM installation failed, even on good DVDs. I tried the rescue, but it said BASH wasn't a "critical file" while things I don't even use were checked (like openssh)
From 11.3, I tried linking sh from bash to ksh (Korne Shell). For all I know, it is just like bash. It didn't work. Same kernel error.
I relinked sh and bash together, and I am using SUSE 11.1 in the meantime, but does anybody know how to fix this without reinstalling my SUSE 11.2 completely.
View 6 Replies
View Related
Nov 28, 2009
Instead of logging out and in again as root, I tried running the file manager dolphin through kdesu, but this was very slow and crashed eventually.
View 1 Replies
View Related
Jan 7, 2010
I need the original (default) row starting with /dev/fd0 from the /etc/mtab file. I'm using Suse 11.1
View 1 Replies
View Related
Jul 13, 2010
We are running SLES 10.3, I am running Novell's support advisor and it is reporting some old hardware that is failing on bootup, one being a QLogic card and another being flex net network adapter. I was looking around for where the file or directory is that holds the list of modules to be loaded when compiling the kernel but SLES does not seem to match other Linux distro's, at least from the other posts I read for where to find these.
View 3 Replies
View Related
Oct 30, 2009
I have just completed an upgrade from 5.3 to 5.4 (64bit) Now when the system starts it gets to Staring udev and then hangs for about 2mins before printing "Timeout" and then continuing.
At various stages during the boot process it just stops with no warning and takes a while to restart.
My boot time in 5.3 was about 50seconds, now with 5.4 it is about 4mins.
View 2 Replies
View Related
Aug 31, 2010
My issue is: I am "locked" on kernel 2.6.18-164, I just can't get my server up and running with any later release. It simply hangs at "Starting udev".
The hardware is:
MB: Asus M2N32-Deluxe
CPU: AMD Phenom(tm) II X4 920 Processor
Boot FS: Ext2
RootFS: xfs
RAM: 4Gb
I have 2.6.18-194.el5 running on other machines.
PS: I'm about to install/update a fresh 5.5 disc for testing purpose anyway. I'll update here if it works.
View 3 Replies
View Related
Oct 12, 2010
I am unable to get a knoppix poor mans install to boot using grub and opensuse 11.3. I have tried the same method on another box, same opensuse 11.3 and it boots fine. However, no matter what partition I put the knoppix files in on the problem box, it is the same error. I also have several opensuse kernels listed in the grub menu that were added when the kernel was updated, so the knoppix grub entry is off the screen. I have to down arrow to list the knoppix entry. I read that with this kind of error using ubunto as the host system, that running update-grub will force grub to look for bootable kernels and add it to the menu of boot choices. Does the same fix apply to opensuse 11.3? I have two versions of puppy linux working on this box as a poor mans install, so I am at a loss why it will not see the knoppix kernel. Can it be a problem of too many kernels listed in the menu.lst file? This box is a live update from opensuse 11.0.
View 13 Replies
View Related
Aug 14, 2010
I've been having problems with start_udev on my machine post kernel 2.6.18-162 on my CentOS machine. A previous install would work on the old kernelut not the newer ones. I recently did a completely fresh install of CentOS 5.5o see if maybe there was a orruption in my install when it upgraded,t I still have the problem of udev hanging on startup.Using the rescue option on the disk, I've managed to track the problem down to the 50-udev.rules file. Through trial and error, I moved all the .rules files out of the rules.d directory, and added them back one at a time to see which one(s) caused the system to hang, and which ones it carried on booting as normal with. The only one that causes it to hang is the 50-udev.rules.
From what I can tell, this rules file is responsible for letting udev check various pieces of hardware. I think that it is failing whent runs modprobe on a pci device address.Only problem is I don't understand the rules file syntax, so I don't know if I can simply comment out or change a line in this file to skip the device that its looking for.Can anybody help me track down the specific device/line that is doing this?(I've kept the file out of the folder for now and my system appears to continue operating, but I get the occasional problem that for all I know could be due to udev not having a complete start up).
View 6 Replies
View Related
May 29, 2010
on bootime the system hangs till pressed <alt><esc> a couple of times. The splash image is shown and the bright spot nearly full. The network and disk led's are off. System is hanging.After <alt><esc> ing a couple of times the leds blink,, the system comes up and the gnome login screen appears. The same behaviour ( exept of the gnome login screen )if starting with runlevel 3.Press 'I' to enter interactive startup.udev starten: %G[60G[[0;32m OK [0;39m] Is it possible that the udev error is responsible for the stattup - hang?
View 6 Replies
View Related
Jul 2, 2010
I'm brand new to Linux and Ubunto 10.04.On the menu bar at the top of my desktop I seem to have attracted some kind of bug!The Log Out Symbol repeats itself across almost the entire menu bar and I cannot remove it. If I remove other buttons from the menu the space is immediately replaced by more Log Out Buttons.When I hover on the icon I get the message 'Log out of this session to log in as a different user' and when I right-cllick to click on 'Remove from Panel' or 'Move' nothing happens.It is not possible to right-click on another part of the menu bar to change the Menu Properties.
View 1 Replies
View Related
Jul 20, 2010
I intend to re-install open suse 11.2, 32-bit. On a previous install,suse did not provide a grub entry for ubuntu.My current setup has
ubuntu/root on /dev/sda6
ubuntu/home on /dev/sda7
ubuntu/usr/local on /dev/sda8
[code]...
View 4 Replies
View Related
Nov 18, 2010
I've got several language multimedia CD-Rom's, made for Windows 95/98/98 SE and 2000, that I'm using by means of my daughter's old PC (Win 98 SE O.S.). However I noticed, also, that you can perfectly use them even with Windows Vista. What I'd like to know is if you can use them even with Suse/Novell and (why not?) OpenSuse Linux.
View 4 Replies
View Related
Jul 5, 2009
OK... I tried everything i could think of... but i still cannot get my Open SUSE 11.1 to mount my samba share at boot! I still don't understand the 11.1 boot sequence. can NE one help me... tell me what files to give you output from... Ty guys P.S. My shares originate from a Windows Server 2003 RC2 machine, and it's dns server doesn't work correctly... so my mount command is
mount -t //192.168.x.x/files/ /nET/ -o username=linux,password=xxxxxx
please let me know what other info you need... I don't have the internet, so it will be tommorow b4 i see this again!!! Thanks
View 2 Replies
View Related
Sep 8, 2010
When i am adding a user using "useradd -d /home/test test" or "useradd test", it is now creating the home directory, whereas when i am using the graphical mode and going through several menu options, i am getting the home directory.
View 1 Replies
View Related
Sep 16, 2010
how to install a D-Link Access Point on Suse 11.0 or steer me toward documentation that will do that? I configured the device on XP following instruction from this forum and the AP configured perfectly.The AP is plugged directly into the network port on the computer. It *should* function correctly without a router. I tried a restart and Suse has no idea it's there. The computer is currently configured for a wired connection which needs to be changed. The computer itself is going to be used as a small home storage server.
View 3 Replies
View Related
Nov 4, 2010
I have a disturbing problem with my monitor which goes to sleep (or ??) after few minutes if my comp is not used and most of the time I have to restart my comp.I disabled everything in Powersave , but nothing. I did have that problem in previous versions of SUSE, but somehow, I solved that. I cant remember what I did then.
View 4 Replies
View Related
Aug 23, 2010
I've pre-partitioned my HDD and want to install 11.2 on the second primary partition.However, when using the installer, I can't get Suse to install on the prepared 20gb partition - it keeps insisting it wants to install on the large unallocated section of the drive.
I find the partitioner somewhat hard to use and the answer may be staring me in the face but I can't see it.
View 2 Replies
View Related
Feb 1, 2010
I tried to use different version of Python, and followed the Readme like this
./configure
make
make test
[code]...
View 3 Replies
View Related
Oct 13, 2010
PackageKit Error repo-not-available: File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/repositories/KDE:/KDE4:/Community/openSUSE_11.2/' My 11.2 won't update and gives this error. Anyone know how to fix it?
View 2 Replies
View Related
Jul 19, 2010
New Suse 11.3 installation with Gnome desktop. Added K3B using Yast2, and after completing the install of K3B, there is no icon for K3B! Instead there is an "X" and the text for K3B in it.From the main menu -> more applications -> multimedia, is where the K3B icon is.Yast2 is supposed to install any dependencies needed or warn if it can not find any missing dependencies. What is missing, or is it a permission problem? All the other application icons seem fine.
View 4 Replies
View Related
Aug 18, 2010
I installed Fedora Core 13 x86-64 from the installation DVD and picked the "Software Development" installation. I notice that the Applications->System Tools menu doesn't have "File Browser" on it.
Nautilus is installed, so I can create a launcher for it. I'm merely curious whether this is a change or bug in FC 13? Or should I suspect that I myself deleted the file browser launcher accidentally? The machine is a laptop and I find the mousepad awkward to use.
View 14 Replies
View Related
Feb 1, 2010
when I opened /etc/updatedb.conf it says there in the file that one should make ones own updatedb.local. But how, exactly? Presumably I create /etc/updatedb.local but what do I put into that? With all those $-signs I'm pretty much lost. Could anyone post his/her example of a PRUNE_FS statement or point me to some reference where I can read up on this
View 10 Replies
View Related
Feb 4, 2010
The software use to work well here, but now I got this when I try to run it
sparky: error while loading shared libraries: libtk8.4.so: cannot open shared object file: No such file or directory
But I can not find it.
I also tried
cd /usr/lib
ln -s libtk8.4.so libtk.so.0
ln -s libtcl8.4.so libtcl.so.0
but this does not work neither.
View 4 Replies
View Related
Oct 24, 2015
I want to forbid a user to make changes to preferences of iceweasel, specifically to modify proxy settings of the browser. Although user should still be able to use the browser.
I assume these settings are stored in some file on a harddrive? If so, what is this file and can i simply make it read-only for users? Or any other solution?
View 4 Replies
View Related
Jun 11, 2010
I can start "Search for files" from menu
Applications->Accessories->Search for files....
and it works fine.
However I would like to put it into the context menu of the Nautilus File Browser.
When I select it e.g. for folder /home/peter
then the start base directory should be obviously set AUTOMATICALLY to /home/peter
View 4 Replies
View Related
Oct 25, 2010
I have been searching for 2 days and cannot find an answer. Apparently Sax2 isn't available in 11.3. It looks as if many are having the same difficulty. I've tried xrandr and tried to edit /etc/X11/Xorg.conf with no success.Copying a working xorg conf file might be a fix, I don't know.
View 8 Replies
View Related