OpenSUSE :: Kstars And INDI And Can't Get Any Telescope Drivers To Appear In The Device Manager

Dec 26, 2010

I got a nice Neximage webcam for my Nexstar Telescope for Xmas so I'm trying to get it working with kstars and INDI (Instrument Neutral Distributed Interface). I'm using opensuse 11.3 (tried on both 64 bit on PC and 32 bit on my laptop) and Gnome. I've installed libindi and kstars and as many dependencies as I could find but it seems that no matter what I do I can't get any telescope drivers to appear in the device manager.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Installed KStars And Missing Telescope Wizard Package

Nov 24, 2010

I am running 32-bit Ubuntu 10.04. I just installed KStars and am having a problem. There are no scopes listed in Telescope Wizard. Is it a missing package?

View 5 Replies View Related

Ubuntu :: Kstars - No List Of Telescopes In Telescope Wizard And Can't Save Information Under Properties

Jul 2, 2010

I'm having problems with Kstars and would like to know the proper place to post questions or if there is a forum just for the Kstars program. I can't find much info on the net. If I remember right it worked in Ubuntu 8 but I've upgraded to the latest and some options in Kstars are not working now. In a nutshell, some of the problems are:

1: Help not working. I get....Could not Launch the KDE help center: Could not find service 'khelpcenter'
2: In telescope wizard, there is no list of telescopes.
3: I cant save my telescope information under properties.

As I'm just learning this stuff, it could be a bug but not sure, so please point me in the right direction for help. I'm running dual boot on a HP laptop. Windows XP and Ubuntu. I have reformatted the drive and installed everything new for a clean slate.

View 2 Replies View Related

OpenSUSE Hardware :: Install Drivers For Easycap Dc60 USB Video Capture Device?

Jan 24, 2010

I'm making an attempt to install drivers for my easycap dc60 USB video capture device. Someone was good enough to make a driver project on sourceforge. Problem is I cannot get it compiled.

Code:
Building
make[1]: Entering directory `/home/jan-bart/Download/easycap_dc60.0.4/src'
make -C /usr/src/linux-headers-`uname -r` M=/home/jan-bart/Download/easycap_dc60.0.4/src modules
make: Entering an unknown directory
make: *** /usr/src/linux-headers-2.6.31.8-0.1-desktop: No such file or directory. Stop.
make: Leaving an unknown directory

[Code]...

View 5 Replies View Related

Slackware :: VirtualBox - Windowsxp Guest - No Sound - Unknown Audio Device - In The Windows Device Manager

Mar 11, 2010

For those that use Virtualbox on their slackware host and have a windows (xp) guest running. I have tried various settings for sound (Alsa, PulseAudio), the AC97 drivers are installed in the Windows xp guest os, but there is no sound and there is an unknown audio device (in the windows device manager). If I remove the AC97 drivers and use the soundblaster16 drivers in the Vbox settings there is no unknown sound device, but there's still no sound. why I can't get sound working?

View 13 Replies View Related

OpenSUSE Hardware :: Canon MP250 Scanner And Printer Drivers / "Error During Device I/O"?

May 20, 2011

I am trying to get Canon MP250 printer and scanner working in OpenSUSE 11.3 and so far I've had limited success. Both components work up to a point, but aren't fully operational.First of all, I installed the drivers from Canon website for both parts of the multifunctional device. Here's the report on the versions (it's localised, but it shouldn't be hard to understand ).

The printer works for the most part. But it fails to set images to greyscale when I request the driver to. There are some guides about that for Ubuntu, but none for openSUSE that I could find. Also, what does the setting "Amount of Extension" in the printer options do?It would also be nice if I could set the printing quality as well. Right now it seems to print everything with the default quality setting, but personally I like using lower print quality since that saves ink and makes it a little faster.

The scanner, however, is hardly usable at all. If I try to use Canon's ScanGear MP to scan, I can hear that it operates the scanner, but the program itself freezes and after a while gives me the "Cannot communicate with scanner" error. On certain settings I can also hear that the scanner itself doesn't complete the scan (the indicator on it also reports an operation in progress, but it never gets completed).If I try to use Acquire images, the native KDE scanner application, I can get it to scan, but only on very specific settings: it must scan it in colour and the resolution must be equal to or over 300 dpi. If I try anything else, the resulting image file is completely blank or I get an "Error during device I/O". And, of course, it can't save PDF files.

View 5 Replies View Related

Ubuntu :: Just Downloaded Kstars - How To Install

Jun 25, 2010

I just downloaded kstars, have no idea on how to install the package, im a complete n00b, been using windows forever.

View 4 Replies View Related

OpenSUSE Network :: Network Manager Not Detecting Wireless Device?

Sep 25, 2010

Having a hard time getting NM to detect wireless usb device: Linksys model WUSB600N. Here are a few commands I do know about.

iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
irda0 no wireless extensions.

[code]....

View 9 Replies View Related

Fedora Networking :: 3G USB Modem Has Wrong Device Port In NM - Change Device Port In Network Manager?

Aug 14, 2009

I installed ZTE MF 626 modem in my F10 with kernel 2.6.27.12-170, i run usb_modeswitch and so far things happened normally. Watching through /var/log/messages it says that F10 detects two port device for this modem: ttyUSB1 and ttyUSB2, and in the sequence it disable port ttyUSB1 BUT Network Manager still set this port.I mean, when i connect via wvdial appointing to ttyUSB2 i get connection, but Network Manager fails to do it appointing to ttyUSB1. How to change device port in Network Manager?

View 1 Replies View Related

Fedora :: Cannot Add Device In HP Device Manager?

Jun 28, 2010

Running Fedora 13, I cannot add my HP J4680 through the HP Device Manager. I get an error message saying that the print queue cannot be started and it asks me to restart CUPS. I tried restarting CUPS and adding the device. It did not work. The printer is on my home network wirelessly. I can add it through the CUPS web interface and print, but then I cannot access the scanner. I tried adding the device after it was already added through CUPS, but that did not work. I would like to use the scanner; I don't really care about the fax.

View 8 Replies View Related

Programming :: New Comer To Understanding PCI Device Drivers?

Nov 20, 2010

I have been reading some books about device driver development etc.I made a char driver of bond (dummy) device. My book says that PCI devices contain three addressable regions,configuration space,IO ports,and device memory,the book talks about a file include/linux/pci_ids.h and PCI addressing etc.I read about following functions

1) pci_read_config_
2) pci_write_config_ some thing known as offset is defined to be passed on as an argument to above functions

3) IRQ number assigned to a card function pci_read_config_byte_,configuration register offsets

4) pci_request_region I want to write a pci driver for my own understanding and I am reading some books about it.

[Code]...

View 2 Replies View Related

OpenSUSE Install :: Older Version Of Mozilla Firefox Internet Browser / Ati Drivers / Sound Drivers

May 9, 2011

after few years being limited with my pc configuration (windows OS) I realized that linux or it's distributions is the best invention in 21 century. And finally I am starting use it. openSUSE 11.4 installaition succesful, I updated it and it looks I don;t have any problems, but I got few questions.

1. How install older version of mozilla firefox internet browser here? I can't install some plugins because it's a firefox beta 12 version, for example. I am quake fan, o I like play quake live, but i can't install quake plugin, because my firefox is beta version.

2. Does I got all drivers instantly installed to my mashine? ATI video drivers, sound drivers ect??

3. Are there any How-To guides which can teach me, how I can improve my desktop? gadgets, 3D desktop ect...?

View 5 Replies View Related

OpenSUSE Hardware :: OutDated Drivers: Install Intel Drivers?

Sep 4, 2010

I verify in Intel site that my Intel'drivers are outdated, because Dell Suport is slow, so how do I update them in Opensuse?

Do I use Virtual Machine or try through Wine?

View 4 Replies View Related

OpenSUSE Hardware :: Dell 725 Printer Drivers / Drivers Not Seem To Be Available When Trying To Configure?

Sep 12, 2010

I have recently obtained a dell 725 printer but it the drivers do not seem to be available when I try to configure it.

View 3 Replies View Related

Kernel :: Remove Installed Device Drivers In Centos 5.4?

Jan 25, 2010

I installed the following packages:

ieee80211-kmdl-2.6.18-164.10.1.el5-1.2.18-22.el5.i686.rpm
ipw2200-kmdl-2.6.18-164.10.1.el5-1.2.0-45.2.0.1.el5.i686.rpm

from [URL] How to remove them completely? The ipw2200 driver complains that it could not agree with certain symbols in ieee80211 module. Before taking another route, I would like to know how to completely remove the files installed by these driver packages.

View 8 Replies View Related

General :: Where To Get Device Drivers To Install Dell Optiplex 755?

Jan 28, 2010

Where can I find the device drivers so I can install RHLE v5.x on a Dell Optiplex 755?

View 5 Replies View Related

Programming :: About Writing Device Drivers - Interrupt Handlers ?

Apr 28, 2010

I have written interrupt handlers for a keyboard as well as the serial port RS232.

I have seen the book written by O'Reilly w.r.t the device drivers.

I wanted to know *exactly* what parts of Linux kernel should i understand well for having a crystal clear view of writing any kind of device driver ?

View 1 Replies View Related

Programming :: RHEL5 - Project To Write Device Drivers

Dec 1, 2010

I am final year MCA student. I like to do my project in Linux. I know a little in C. I am pursuing RHCE certification. I am using rhel5. I am interested to write linux device drivers and willing to do my project in that.

View 9 Replies View Related

General :: Drivers - Unable To Activate Wireless After Device Has Been Re-enabled

May 8, 2010

Using a Eee 900A netbook by Asus. By pressing Fn + F2, I can disable or enable the wireless chip on the netbook, a blue LED indicates the status. I've been able to connect to wireless networks just fine with this netbook. However, if the wireless chip ever becomes disabled, I have to reboot to get my network connection back. This generally happens when suspending. For some reason the LED will be off and I have to hit Fn + F2 for it to light up again.

However, after doing so, Linux will not reconnect to the network. It simply changes the wireless status from "wireless is disabled" to "device not ready". Even worse, I've recently had issues with the chip being enabled at boot, thus making it nearly impossible to get connected. I've searched around on-line but haven't found much of anything useful on this. This happens on all kinds of different distros including Ubuntu 9.10 Netbook, EeeBuntu 4 beta, Jolicloud and Ubuntu 10.04 Netbook.

View 2 Replies View Related

Ubuntu Installation :: Drivers For Blackmagic Intensity Pro Capture Device

Jan 4, 2011

Trying to install the drivers for my blackmagic intensity pro capture device and I cannot get the driver to install I get an error in the ubuntu software center saying:
There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at [URL] and retry.

Details:
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 768, in simulate
return self._simulate_helper(trans, status_path)
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 851, in _simulate_helper
size = int(deb["Installed-Size"]) * 1024
ValueError: invalid literal for int() with base 10: ''
I have the latest ubuntu fully up-to-date.

View 1 Replies View Related

General :: Distro To Use For Learning Server Device Drivers Programming?

Jan 9, 2011

I have started reading book Linux Device Drivers 3rd edition. So I want to know which is the best light weight distribution to use so that learning can be more generic and also does not involve distro specific nitty-gritty details. I have already tried building kernel for Ubuntu 10.04 but it involved different commands from what is mentioned in the book. So I am not sure whether I would be able to make further in the book. Has anybody tried?

View 5 Replies View Related

Slackware :: How To Disable HP Device Manager

May 2, 2010

I've always run as root on Slackware, but having done away with Ubuntu for now, all of my machines including the family desktop are running Slackware. There have been several ups and downs and the last one that I know of (for now) is the HP Device Manager. It doesn't run as root so I've never noticed that it drastically slows down printing via a shared printer. Disabled the system just sends it's requests to the samba/cups server and starts printing instantly. The HP Device Manager seems to go through an intialization step each time that takes several seconds before I can even hit the "print" button.

View 11 Replies View Related

Ubuntu :: Restricted Drivers Manager - Whats The Package?

Aug 10, 2010

i have always wondered , what is the package for Restricted Drivers Manager ? it used to be something like restricted-manager ,but that package is not in the repos

View 2 Replies View Related

General :: Locate Device Manager In Redhat?

Jun 20, 2010

how to locate device manager in redhat?

View 1 Replies View Related

Ubuntu Multimedia :: Can't Seem To Find Any Drivers From Synaptic Package Manager

Apr 15, 2010

I just got an 8 Gb Sandisk Sansa mp3 player and i can't seem to find any drivers from the Synaptic package manager. I did searches on mp3, mp3 player, Sansa and Sandisk and could seem to find anything that looked like what I need. I was able to find a driver for it on my fedora 12 laptop by searching on "Sansa" but am stuck on my Ubuntu Desktop.

View 3 Replies View Related

Ubuntu Multimedia :: Update Manager Updates Broked ATI Drivers?

Jun 19, 2010

I got some updates today from Update Manager & when I booted up after instillation my computer was forced into low graphics mode. Removed & then reinstalled the FGLRX drivers from the Hardware Drivers tool, rebooted & still the ATI control panel is borked.I believe one of the updates were called fglrx-modaliases.

View 4 Replies View Related

Ubuntu Installation :: Startup-Manager Can Break Nvidia Drivers

Aug 3, 2011

Using Startup-Manager to change your startup screens,etc. can leave you with no gui on next boot:URL...

View 7 Replies View Related

Fedora :: Finding A Replacement Network Device Manager?

Jun 15, 2011

finding a replacement network device manager?

View 7 Replies View Related

Ubuntu Networking :: Network Manager Pppoeconf Device Not Managed?

Apr 30, 2010

After the use of pppoeconf, the network manager does not recognise neither the wired nor the wireless connection anymore. (It nicely did it before that) I tried to replace the etc/network manager folder with that of a different machine. Still the same. What else can I do to reset Network Manager ?

View 1 Replies View Related

Ubuntu :: Pyrun.exe No Disk \ Disabled DVD Drive In Device Manager?

Aug 25, 2010

I've mounted Ubuntu 10.04 ISO using Daemon Tools and Virtual CloneDrive, but I end with thisI've disabled my DVD drive in device manager, but I still get it no matter how many times I try.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved