Displaying 20 results from an estimated 400 matches similar to: "Linux drivers for HP C7710a Scanner?"
2007 Mar 19
4
Usb connection with HP S20 photo scanner
Hi all,
I'm try to use the firmware software of the Photosmart S20 scanner.
The software by it self work fine , but it can't make the connection
to the scanner.
Is there a way with wine.conf or other to give to the software the
right way to find the scanner?
If you can help, please do, it make my day brighter!
2016 Aug 20
6
Canon scanner LiDE 220
This scanner is supported according to the SANE page, but doesn't work
on my up-to-date C7 system (updated 20 minutes ago). The Canon web site
is as expected - as useful as a chocolate tea pot.
Has anyone managed to get this to run, and if so can you share the
secret please.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:
2008 Apr 06
4
Apache Authorization Access Control - location of htpasswd in Centos 5.1?
Hi,
I?m trying to set up a private family web site for genealogy, and want to set up Apache Authorization access control for this site, and once the user has logged in has access to the entire site. I?ve been reading the info at http://httpd.apache.org/docs/2.2/howto/auth.html to learn how to do this. I?m just planning on passing out the same username and password to all family members and
2008 Apr 16
1
AWStats included with Centos 5.1 distro?
Hi,
Is AWStats included in the Centos 5.1 Distro?
_________________________________________________________________
Going green? See the top 12 foods to eat organic.
http://green.msn.com/galleries/photos/photos.aspx?gid=164&ocid=T003MSN51N1653A
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Aug 20
0
Canon scanner LiDE 220
For what it's worth I use a commercial program called VueScan for old/unsupported scanners. I run it on a Mac but it's also available for Linux and Windows. Might be worth a shot if other avenues don't pan out.
> On Aug 20, 2016, at 13:17, J Martin Rushton <martinrushton56 at btinternet.com> wrote:
>
> This scanner is supported according to the SANE page, but
2008 Mar 16
8
Un Installing a hard drive in a Centos 5.1 box
Hi Guys,
I'm fairly new to Linux and I'm trying to un install a hard drive from my Centos 5.1 box running KDE. When I built the PC, I installed two 500 gig maxtors in the tower, then I installed Centos. Now I've decided that I want to remove the slave drive and use it as an external backup drive - I am mounting it into one of those external drive cases with a built in fan.
When I
2020 Jan 21
2
MASM & RIP-relative addressing
Are you asking what the parsing rules are, or how you should modify the LLVM code to achieve that result?
If the latter, you haven’t really given enough detail here. What code, exactly, have you tried modifying? Do you have any ideas for how it could work?
-Eli
From: Eric Astor <epastor at google.com>
Sent: Tuesday, January 21, 2020 2:44 PM
To: Eli Friedman <efriedma at
2020 Jan 21
2
MASM & RIP-relative addressing
Apologies - I apparently remembered part of the issue incorrectly, so this
ended up quite confusing. The problem comes when referencing labels in a
different section of the binary. To clarify, if I assemble the code:
.data
foo BYTE 5
.code
mov eax, foo
with Microsoft's ml64.exe, it emits an object file disassembling to:
0: 8b 05 00 00 00 00 mov eax, dword ptr [rip]
2008 Apr 18
2
Can't get .htaccess to work
Hi,
I'm trying to password protect one of my web accessable
directories and I can't get .htaccess to work in a Centos 5.1 box
Here's what I did
I created an .htaccess file with the contents:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/mysite/.htpasswd
AuthGroupFile /dev/null
require valid-user
and I uploaded it to the dir I want to protect. Then I
2008 Mar 18
0
SOLVED: CDRW-DVD Mount Problem, Centos 5.1, Intel board...
Problem has been solved: "sudo mount -t iso9660 /dev/cdrom /mnt/cdrom -o"
mounted the drive after adding "mount /mnt/cdrom" to /etc/festab.
----- Original Message ----
From: Pam Astor <pamastor at yahoo.com>
To: centos at centos.org
Sent: Monday, March 17, 2008 1:45:16 PM
Subject: [CentOS] CDRW-DVD Mount Problem, Centos 5.1, Intel board...
<!--
_filtered
2019 Dec 09
4
IR inline assembly: the x86 Intel "offset" operator
Hi all,
I'm trying to land (a rebased version of) http://llvm.org/D37461 - which
should make it possible to handle x86 Intel assembly like
mov eax, offset Foo::ptr + 1
(Currently, omitting the +1 works... but offset doesn't work in compound
expressions.)
I'm having trouble figuring out what inline assembly I can emit into the
LLVM IR that will work properly. So far, the closest
2019 Nov 20
2
llvm-mc & Microsoft's MASM
Agreed, I won't plan to change syntax for anything that hasn't opted in.
However... Am I mistaken in thinking clang-cl (for example) is just clang
with a different name, which triggers some variant behaviors including
parsing cl.exe-style command lines and taking certain flags as implicit?
I was hoping to build llvm-ml similarly, by building the features into
llvm-mc behind target
2019 Dec 11
2
IR inline assembly: the x86 Intel "offset" operator
Interesting - the patch doesn't address this yet. It looks like we have a
difference (maybe bug?) in how we handle Intel vs. AT&T inline assembly:
https://godbolt.org/z/GQw9ED
Suppose we're expanding an operand with an 'i' constraint, where the
operand is given as, e.g. (i32* @Bar).
If the inline assembly is in Intel dialect, this expands as "Bar" in AT&T
syntax
2020 Sep 23
4
(no subject)
Hi all,
While working on alias support for the LLVM-ML project, I ran into a
feature implemented back in 2010: default-null weak externals in COFF, a
GNU extension.
https://reviews.llvm.org/rG17990d56907b
I'd like to disable this feature when targeting MSVC compatibility. Does
anyone have more context on this, and why it'd be a terrible idea?
For context: This seems to be designed to let
2020 Sep 01
2
[cfe-dev] Can we remove llvmbb from IRC?
On Tue, Sep 1, 2020 at 3:57 PM David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Tue, Sep 1, 2020 at 12:42 PM Nico Weber <thakis at chromium.org> wrote:
>
>> On Tue, Sep 1, 2020 at 3:32 PM David Blaikie <dblaikie at gmail.com> wrote:
>>
>>> On Tue, Sep 1, 2020 at 12:07 PM Nico Weber via cfe-dev <
>>> cfe-dev at lists.llvm.org>
2008 Mar 18
2
can i copy /proc
Hi all
i am trying to copy this folder /proc to other computer
but all parameter are gone
how can I copy it?
thank you
---------------------------------
All new Yahoo! Mail -
---------------------------------
Get a sneak peak at messages with a handy reading pane.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Mar 18
1
offtopic : sharepoint alternative question
Hi,
i am sorry for little oftopic - but i am looking for M$ Sharepoint
open-source alternative. I allready tought it could be Alfresco, but i need
something more - wiki . Or i will install also some wiki and connect it
trought ldap.
But, i am asking you friends - maybe you have some experiencies in your
enviroment.
Thanks in advance!
David,
-------------- next part --------------
An HTML
2008 Mar 18
2
call screening feature
Hi,
I have our software with SIP running on it.I configured asterisk server as
proxy. How do I implement the call screening features(incoming and outgoing)
using asterisk server.Please suggest me how to proceed on this.
Thanks & Regards,
Jahnavi.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Nov 17
2
llvm-mc & Microsoft's MASM
Hi all,
I'm working on a project that uses clang-cl & lld-link to build for
Windows, along with some tools out of the Windows SDK... but we're
currently pre-building some pieces of MASM assembly code using Microsoft's
ml.exe & ml64.exe. Unfortunately, it's not all inline assembly, which clang
can already handle, and Microsoft's file-level directives are a bit unusual.
2020 Jan 21
2
MASM & RIP-relative addressing
Hi all,
Continuing work on llvm-ml (a MASM assembler)... and my latest obstacle is
in enabling MASM's convention that (unless specified) all memory location
references should be RIP-relative. Without it, we emit the wrong
instructions for "call", "jmp", etc., and anything we build fails at the
linking stage.
My best attempt at this so far is a small patch to