General :: Application Driver Not Accessible?
Mar 25, 2010
I have an application driver that I can insert into the linux-2.6.22.6 kernel, but when I run other application to call this driver in the kernel, it seems like the call can not access the driver
View 2 Replies
ADVERTISEMENT
Oct 13, 2010
I want to call a application file in user space through a character driver running in kernel space.
View 1 Replies
View Related
Apr 22, 2010
I am new to the embedded domain.I am learning about cross compilation. Just i want to compile an application and an driver file for ARM platform. I have downloaded the toolchain binaries from [URL]..
View 3 Replies
View Related
Jun 14, 2011
I wrote device driver to USB device, I can see it is alive and sending the data that I set it to send from the shell
Code:
cat /dev/myDev
How can I read from the device using C code?
I've tried to open it as a file and read it's content to buffer but noting returns..
Code:
char bufferin[500];
FILE* myDev = fopen("/dev/myDev", "r+");
size = fread(bufferin, 500, 500, myDev);
View 2 Replies
View Related
Mar 14, 2011
I am facing a little problem with names servers.have a VPS with Kloxo installed on itI have registered 2 name servers (i.e. ns1.domain.com and ns2.domain.com) past one month.These nameservers are not accessible yet. I have check the nameserver on internic site and they are registered with the correct IP. But if I access it online via Internet explorer or nslookup I get server not found. And if I put ip address in IE I get the default page of my server
View 6 Replies
View Related
Dec 23, 2008
I had return a driver for receiving and transmitting packets for the ethernet controller named rtl8139.I want to test it by writing an application program (socket programming).But I am unable to link it with the interface. Can anyone help in this regard?
View 1 Replies
View Related
Apr 14, 2010
So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...
[url]
I untar the pack, and launch the application calling a script, from within the untarred folder,
Code:
This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.
Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )
My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,
Code:
Code:
I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from
Code:
Code:
no avail,
Code:
even after adding /usr/local/Impact/bin to PATH... won't go...
I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...
View 4 Replies
View Related
Jun 26, 2011
I am not able to access yum repository from client but able to access yum from server through ftp.I am getting the below error from client system as,
Client Config:--
[root@Client ~]# cat /etc/yum.repos.d/client.repo
[Client]
name=Client Repo
baseurl=ftp://1.1.1.1/pub/package
[Code].....
I also had remove the repodata directory from server & again configured the yum repository through createrepo but still getting the same error from client.
Is there any SElinux policy need to be enabled ?
I am able to ping 1.1.1.1 (server) from 1.1.1.2 (client).
View 6 Replies
View Related
Dec 22, 2010
I have a windows machine on which a printer is installed and configured. This printer is already shared. Now, I have a linux server (RHEL 5.4 x86) in which we have our Oracle Application Instance running. Requirement is to to print reports from Oracle Application erp software to the printer attached to the windows machine. I am trying to configure the printer from linux to print to that printer. I getting the following error: "This print share is not accessible."
View 5 Replies
View Related
Dec 13, 2010
When i first install ubuntu 10.10 the other day my entire windows shared network was visible and accessible through places/network ect.i only had an issue creating a link.Now , for some reason i can no longer see the other windows comp or any of its folders but i can see my sons laptop ( running vista) . obviously i still have access to the network and i have checked the sharing settings on the windows machine.
View 3 Replies
View Related
Apr 4, 2011
I am new to opensuse, having migrated from Ubuntu. I have had some difficulty with power management on Ubuntu so i decided to install opensuse with kde as i heard it was good for laptops. I have had lots of trouble getting opensuse 11.4 to boot properly and to run without freezing.
I have trawled the forums and bugzilla and the documentation, e.g. SDB:ATI - openSUSE and SDB:Configuring graphics cards - openSUSE. Consequently i am now able to boot (normally), however whenever i open any application, e.g. Dolphin file manager, Firefox, etc, the tab starts to load (little circle starts spinning on the tab), and then it freezes.
At this point I can exit X Windows and enter the text mode. I have repeated this with the FGLRX and Radeon drivers running. This is always repeatable. I can also boot into level 3 and do things there.
My computer details are:
HP Pavilion dv6 3032TX
Processor - Intel i7 720 QM
Ram - 6GB
GPU - ATI Mobility Radeon 5650
Harddrive - 640GB 5400rpm
[Code]...
What i have tried so far:
1. First 4 steps on SDB:Configuring graphics cards - openSUSE
2. Install and run FGLRX
Note that i cannot failsafe boot - it never boots into X Windows and just hangs. I really do like the look and feel of opensuse and would love to use it, but at this point my only option is to try another distro.
View 3 Replies
View Related
May 8, 2010
I know in windows, there are such files that even if you don't have the original, the link is still in place, and you can at least get a thumbnail. My computer crashed with my camera card in it, and...partially restored my camera card? So, the pictures I took last night, have hodgepodged with other files, making them useless. The only possible backup I have for these pictures is any kind of history file ubuntu 10.02 may have made while I viewed them off the card.
View 8 Replies
View Related
Aug 5, 2010
I Want to be able to let my girlfriend view my pictures folder while at the same time keeping my sister out. So I created a group "JessAndI" and made myself and her apart of that group. I changed the group of the directory recursively to "JessAndI" and gave the permissions to 770. She still isn't able to access or even view the directory unless i change the permissions to allow others whether it be 774 or 777. Am i doing something wrong? I've checked and double checked to make sure she is part of the group and the group is the group on the directory and all the sub-directories and files.
View 2 Replies
View Related
Dec 23, 2010
I want to install a program (specifically metasploit), and have it accessible from any directory in the terminal. I have it installed correctly, but I have to travel to the directory it is installed in to run it (by using ./msfconsole ). I want to be able to be in any directory and just run "msfconsole" and have metasploit run. I have to copy the metasploit folder to the /opt/ directory? Maybe the /usr/bin/ directory?
View 3 Replies
View Related
Nov 21, 2010
I used Samba to share some files. But when I try to share /home/username/download, it is not accessible by WindowsXP. But when I modified the dir to /opt/*. It is OK.
View 2 Replies
View Related
Dec 23, 2010
On computer, I have apache server, configured at port 80, running. In local network, web page is accessible by my local IP (192...). Although, when I want to get to the page from the internet, I don't know right ip address, since router's one should be local, and also, router has it's own web page running at port 80. So I guessed that my server IP would be modem's one, which I don't know. Sometime in past, I figured out address of modem too, but it has it's own application running. Also, router supports port forwarding (which I guess, is needed), but I don't know how to get using to it. what address from internet should I have? How should I determine it?
View 8 Replies
View Related
Sep 10, 2010
My university has a system set up where each class has its own directory for the professors to publish and receive files. These directories reside under a directory in /home which happens to be a mounted disk and are accessible anywhere in the system by referencing ~csXXX where csXXX is a sub-directory within that home directory. How are they doing this and how can I do it on my own systems?
View 2 Replies
View Related
Mar 6, 2011
I did a wget on the source and built the apache binaries correctly. Now what do I need to do to get some documents accessible using HTTP (start some services?)? Also, do I need to group all the files I want to make accessible in some directory and make the directory and its contents accessible or can I just make the individual documents available? I will be providing these links to my colleagues and do not want them to be down, so need to make sure that the apache services are up automatically after a reboot. Does apache have some inbuilt support for this?
View 2 Replies
View Related
Jul 11, 2011
I created an archlinux vm guest using virtualbox on my windows desktop at work. I'm planning to use it for django development because there are no unix machines available to use as a workstation at work.
From the vm guest I can ping/ssh to other machines in the network, but not the other way around. It's like even though the guest machine has an ip address on the network and a hostname, neither is recognizable.
View 1 Replies
View Related
Jul 20, 2010
I just installed Linux Mint 9 as a dual boot install with Win XP. Trying to activate wireless network card driver and video driver. Pops up: "You are not authorized to perform this action".How do I get authorized?
Now every time I boot Win XP, the Internet Explorer menu bar is all blacked out and goofy. If I log out and back in it corrects itself. If I reboot it's blacked out again. Re-installed IE8. Still blacks out.Also Firefox in Win XP crashes expectantly. It has NEVER crashed on me previously.
View 9 Replies
View Related
Jul 14, 2011
I am not understanding the difference between the platform driver and the regular driver. How they differ and when to prefer each of this driver.
View 1 Replies
View Related
Jun 21, 2011
I would like to know whether an updated print driver has successfully replaced a previously installed driver.
I have a late model Lexmark Prestige Pro805 printer. Lexmark supplies a Linux driver which you download. No drivers appear on the Ubuntu Add Printer list. The Lexmark download also installs utilities, etc. Some stuff appears installed in synaptic. I don't know if uninstalling these only uninstalls the applications and not the actual driver. For some reason, I have had issues recently with this printer malfunctioning frequently with my Linux machines over wifi. They have pushed new firmware down to the printer, and this may be a cause. There is also newer Linux print drivers which I installed, but I do not have a clue as to whether the new drivers are actually in use. On a windows machine I would have uninstalled the printer prior to re-installation. Clueless how to accomplish the same on Ubuntu.
How do I make sure the newest drivers are in use?
View 1 Replies
View Related
Feb 17, 2010
application to monitor application wise network usage?
View 3 Replies
View Related
Jan 31, 2010
I've downloaded VideoLan (VLC) via Yast but the icon was placed in the audio folder. How do I move it to the video player folder? Also, where are additional icons stored? I run SuSE 11.2 (boxed version) with KDE.
View 9 Replies
View Related
Mar 16, 2010
How do I make an application launcher in the panel launch more than one application? Is there some sort of a symbol I type between the apps in the command line? Like ;
View 1 Replies
View Related
Apr 30, 2011
when an application is opened or minimized the icon of that particular application is not showing up in the top bar of ubuntu 11.04...how can i see the icons in the top bar?
View 1 Replies
View Related
Jun 30, 2009
I am getting no packages listed in Gnome application manager gpk-application 2.27.2. I have tried 'yum clean all' and get the following error messages.
View 3 Replies
View Related
May 24, 2010
I have installed Redshift But do not know what to do Next.There is no icon for the application or anything to launch the application.
View 1 Replies
View Related
Feb 19, 2009
I am trying to troubleshoot an application that is generating several segfaults with an error 14, but the application is not crashing.The program continues to run. I would assume I can connect to a running process to debug it, but I'm not sure what to gather. The program has several background processes associated with it so I'm sure I'll need to attach to the actual internal process. Does anyone have any experience in this to offer some insight?
View 3 Replies
View Related
Jul 26, 2010
I have used Linux in various versions for a while. I am tasked with "resurrecting" older PC's for a "thrift" shop here. I load Linux and Open Office on them. I have a PC now that had Xubuntu loaded on it that worked fine. I had to load Ubuntu 9.1 on it as I did not have the passwords. The system loaded fine from a CD. When I boot the system now and look at the computer's resources, I see the hard disk, the CD drive, and the DVD drive. However, when I place a CD or DVD in either of the drives, that drive disappears.If I place the Ubuntu CD in the drive it will boot fine.
View 1 Replies
View Related