Programming :: Finding A Driver For ADE7758 ADC
Sep 29, 2010I am interfacing ADE7758 to At91sam9261 spi interface. Linux 2.6.28 is running on my custom board. have driver for this 12-bit ADC (ADE7758) on linux ?
View 11 RepliesI am interfacing ADE7758 to At91sam9261 spi interface. Linux 2.6.28 is running on my custom board. have driver for this 12-bit ADC (ADE7758) on linux ?
View 11 Replieshow to interface ADE7758 with AT91sam9261 using SPI protocol
View 2 Replies View Relatediam doing a project in which i have to measure currents and voltages from ADE7758..It is a energy mesuring IC...i have to interface it with at91sam9261 usin SPI protocol.the basic idea is to read the registers of ADE7758 and display them...how i have to perform this task..
View 1 Replies View RelatedI've been searching for an hour or so and can't seem to find a concrete answer. My endgame is having Ubuntu successfully installed (either 9.10 or 10.04) with a fully working Ati 4870x2. I desperately need some help on finding the proper configuration of OS version and driver version. I installed 10.04 with the 10.3 driver package from ATI's site and it was a no go - I had nothing but problems.
I would like to have full 3d acceleration so I can play some games through Wine. This is a powerful card - I know ATI doesn't have a great reputation in the Linux world but I really hope there is a driver version I can install to get some good results.The rest of my specs are in my signature I need to install 64 bit Ubuntu to make use all of the system and video ram.
I installed debian 5.06 on my Mac ibook g3, I had the same problem, the interface is only on a portion of the screen (about 70% x 70%) of the size of the screen.The screen is configured for 800x600, there is no another resolution, so I suppose I need another driver.here is the lspci output ; vga compatible controller : ATI technologies Inc Rage Mobility M3 AGP 2x (rev 02). secondly, If i couldn't install linux on this mac, can I retrive or reinstall ? the mac OS ?
View 1 Replies View Related04:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)i can't find the driver for linux, i tried to mask install of a windows version but was unable to get the drive to function correctly. the os is backtrack4 rc2 running 32bit
View 1 Replies View RelatedDoes anyone know where I can get this driver: bcm4329.ko ?
I've checked Broadcom's website, they seem to have drivers for everything except the 4329.
Another question; if I have a bcm4329.ko file that has previously worked on a Nexus One, is it guaranteed to still work (on a Nexus One), regardless of the kernel number?
I just downloaded Ubuntu Studio on my laptop and I can't get the wireless to work. I think it's because I need a driver; the Atheros AR928x. Whatever the driver is, it works with the pretty unpopular Musix distribution, because wireless worked instantly when I got that. I switched because it was old and slow.
View 3 Replies View RelatedI just installed the latest SimplyMepis 8.02, 64 bit and I can only find a driver that compiles with GCC 4.1. This is, of course, not accepted in the installation process, so it shuts down.If someone reading this knows of one, please direct me to a 64 bit Nvidia driver for a GFX260 chipped (XFX) card that will run with GCC 4.3.
View 5 Replies View RelatedI need to find a Broadcom BCM4312 driver that has a .inf file extension. I cannot find one anywhere. I need to atleast once use wireless inside of ubuntu.
View 2 Replies View RelatedI am using ubuntu 9.10. Kernel version is 2.6.31-14-generic. I couldnt find driver for Atheros wireless card which shows in 'lspci' 0c:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
View 9 Replies View RelatedI am trying to find a driver for a nVidia GeForce4 MX 420 for Fedora 12, I know its old, but I can't find a working driver for it.
View 9 Replies View RelatedI just got Clear mobile Wimax. It uses a Motorola USB stick modem that comes with a Windows driver. I didn't see a Linux driver and was wondering if I could expect to see one for openSuse moblin for netbooks?
View 4 Replies View RelatedThe Hardware Driversscreen shows that it needs the driver for it and when I click "activate" it tries to download it. This doesn't work because neither my ethernet nor wireless cards work.
View 4 Replies View Relatedanyone knows a driver for nvidia's GeForce GT 440 1GB card.I have installed the nvidia swat-x/ubuntu-x driver, it works somewhat but the performance is really bad.
View 5 Replies View Relatedive got a Ubuntu v9 and i wanna get my internet to work on it, ive looked all over the place but i cant find a driver for:
linksys wireless-G USB network adaptor
model number:WUSB54G version: 4
give me link for NIC card driver for Lenovo MT-M 7298-AG1 Desktop machie LAN and Sound Driver..
View 1 Replies View RelatedI have an old Dell Dimension 3000 Desktop computer which used to run Windows XP but I installed Linux Ubuntu 10.04 32-bit onto it. It has a pentium 4 2.8Ghz, 1GB of ram(I think), a 120GB HDD...etc. Anyway, so when I install Ubuntu I try to install the graphics drivers for it. I go to intels website. There were two drivers available for Linux for my adapter:
the i915graphics and a intelgraphics driver. Both were tar.gz. When I try to install them, it can't for some reason. I tried "sudo sh" in terminal, I tried extracting the package and executing it...etc. Nothing works. It does give me a message in terminal though.
finding and installing a driver for the Linksys WUSB300N wireless adapter.
View 1 Replies View RelatedGiven the name of a mounted volume (e.g., /mnt/vol), how would I determine its capacity and available space in C? I've been googling for a while now and nothing jumps out as the solution. I can use getmntent() to get the name of the actual partition that is associated with the mount point, e.g. /dev/sda2, but I can't figure out how to find the capacity of the volume nor how much space is remaining, such as what the df command shows. Is there an ioctl defined to get this information or some other system call?
View 1 Replies View RelatedI have a file in which I have string called "already there" in some line of it. I want that if the string is present enter some loop..
like
if(( grep "already there" $file is true ))
then
--
--
fi
But the thing is when I make grep it gives the whole line in which this string is present and gives some error: if[ grep "already there" file ]: command not found. I am very new to shell scripting.
I am using the following to find the Day of the Week on my server which is in UTC.
Code:
But say if I want to find the Day of the Week in another timezone, how would one go about it. I had a look at date --help but could not find any timezone related switches so am not sure if this is possible using this method.
Update:
This appears to work but is this the only way?
Code:
I am trying to compile and install mod_perl with apache so I can use apache:asp.
I run Makefile.PL with this command.
Code:
perl Makefile.PL APACHE_SRC=../apache_2.2.9/src
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
APACI_ARGS='--prefix=/usr/local/httpd_perl'
then I run make.
I get this error.
[error]
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[1]: *** [mod_perl.so] Error 1
make[1]: Leaving directory `/usr/src/mod_perl/src/modules/perl'
make: *** [modperl_lib] Error 2
[/error]
It does not seem to be finding perl but I do nt know why or what to do about it?
could this be the problem? APACI_ARGS='--prefix=/usr/local/httpd_perl' I do not have the slightest ideal what that means or if I need it.
I want to extract all the common entries in the given 3 columns(fields) in the file using awk::can somebody tell me how it can be done in awk...the file is::
NC_000858.pttNC_000858.fnaNC_001403.rnt
NC_001362.pttNC_001436.fnaNC_001407.rnt
NC_001364.pttNC_001503.fnaNC_001488.rnt
[code]....
What's most commonly used and what do you prefer? C-Style (this_is_my_function), Camelcase 1 (thisIsMyFunction), Camelcase 2 (ThisIsMyFunction
View 10 Replies View RelatedThis simple task is proving harder then imagined. I have a multi-level directory that I'm trying to clean of duplicates, but I can't get 'find' to print what I need to see. To give an illustrative example, here is a dir:
Code:
stuart@stuart:~/testdir$ ls *
dir1:
level2:
dir1
So the output of find as i'd like it to work would show the two locations of dir1, which would be ./dir1 and ./level2/dir1. But no:
Code:
stuart@stuart:~/testdir$ ls -d */ | head -1 | find . "`cat`" -type d
.
./level2
./level2/dir1
./dir1
dir1/
I am trying to find IP address. In a socket programming tutorial, I found :
Code:
$ nslookup localhost
command. It gives me a address. However, one colleague told me :
Code:
$ ifconfig
It also returns me inet_addr. But both are different. Kindly tell me the correct method to find IP address? I have also checked the /etc/hosts file but it says "localhost"
I would like, from a C program, find the hardware MAC address of the default route path. With BASH I can do a 'route' find 'default and then an ifconfig and grep for 'HWaddr'. Are there C calls to do the same??
View 12 Replies View RelatedHow do I find for example the 4th to the 9th result in a particular SELECT query?
View 6 Replies View Relatedanyone know that the ntfs's file sytem struct? is there's a API or something other could let me get this number? Or there is actually no such number in windows like the number of inode in linux?
View 1 Replies View Related