Displaying 20 results from an estimated 9000 matches similar to: "Booting Embedded x86 - Looking for Information"
2002 Jun 27
4
Minimum cpu requirements
Hello folks
Anyone know if this would be enough to decode oggs?
AMD Elan SC520 133 MHz
If not, what seems to be the lower limit required for decoding oggs?
Many thanks,
Kerry.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only
2004 Sep 19
1
RE: [Asterisk-Dev] Hardware details for the Digium TDM400P
asterisk-dev-bounces@lists.digium.com wrote:
> I have a DSP based system that is working on a four port FXS system
> using a 200MHz arm processor.
Well.. since we are talking about this topic I owe you guys notes of my
experience
with SC1100 CPU used by various boards (www.soekris.com , www.pcengines.ch
etc.).
We made a Linux distro and compacted it into 32MB flash. Installed asterisk
and
2006 Mar 01
0
Possible bug in ActionMailer (with patch)
I wanted to write the following code, with emphasis on adding my own
headers to the second part with the :headers parameter.
class ArticleMailer < ActionMailer::Base
def test_message
subject ''This is a test''
recipients ''elan@bluemandrill.com''
from ''Exemplary Products <info@example.com>''
2006 Jan 27
2
Forms and one-to-one association
My models are:
class Event < ActiveRecord::Base
belongs_to :location
class Location < ActiveRecord::Base
has_one :event
The view:
...
<%= datetime_select ''event'', ''meet_at'', :start_year => 2006 %></p>
<%= collection_select(:event, :location, @locations, :id, :name) %>
..
The problem is that in the controller, when I
2008 Jul 14
3
[BUG] boot failure since syslinux-3.00
Hi,
This AMD Elan board seems to be very problematic:
http://www.embeddedarm.com/products/board-detail.php?product=TS-5500
I'm having various issues with booting recent Linux kernels with syslinux.
syslinux-2.13 was the last version that worked and since syslinux-3.00
it doesn't work.
When it doesn't work all I get is "Boot failed" from the bootsector. Since
the obvious
2006 May 23
11
New "made with Rails" site launched: www.invitika.com
We''ve finally finished up work on our application and are now beginning
our beta. The site (SMS+mobile blogging+event planning+LBS+photos) is
built using 100% Ruby on Rails. Many thanks to all the people who
answered questions over the months on this list. Our experience with
Rails was overwhelmingly positive!
We''d love to hear any feedback you might have:
2006 Jan 26
1
Simple question about :list method in scaffolds
The automatically generated scaffolds made code like this:
def list
@address_pages, @addresses = paginate :addresses, :per_page => 10
end
which was fine, but I only want to return the logged-in user''s
addresses. So I changed it to:
def list
@address_pages, @addresses = paginate :addresses, :per_page => 10,
:conditions => [''user_id = ?'',
2005 Jul 01
2
Whither Goest Wine?
It seems that fewer and fewer favorite programs run with wine. Stuff that ran
100% on older builds crashes out on the newer ones with elan.
There needs to be (more) regression testing. However, damage has already been
done and propagated and needs correction simply to get back to the previous
level of operability.
2006 Feb 19
2
Another "escaping" problem
Ruby 1.8.2, edge Rails (and 1.0), Mac OS X 10.4.3.
Here''s the SQL that gets generated for an eager load:
SELECT events.`id` AS t1_r0, events.`user_id` AS t1_r1, addresses.`id`
AS t0_r0, events.`name` AS t1_r2, addresses.`name` AS t0_r1,
events.`meet_at` AS t1_r3, addresses.`phone_number` AS t0_r2,
events.`created_at` AS t1_r4, addresses.`phone_service` AS t0_r3,
events.`location_id`
2020 Oct 11
1
[Bug 14529] New: Please add option to save metadata to single file to speed up backups
https://bugzilla.samba.org/show_bug.cgi?id=14529
Bug ID: 14529
Summary: Please add option to save metadata to single file to
speed up backups
Product: rsync
Version: 3.2.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
2005 May 09
7
Will Asterisk do well in this application?
I have a customer looking for an automated way to provide his customers
information.
He found some windows software called Active Call Center - but I believe
that he did the 40 day trial and it crashed his windows machine to much.
So he wants something that can do a similar task running on linux.
The Users expierience should go something like this
One of his customers calls in the IVR asks
2016 Jul 23
2
Config and other areas of struggle
Confused me for ages.. until one day!
Which out of the listed machines (on the router) is the one you are needing the port forwarded to?
Forward that machine to the port you require, I would have used a lower port number 8010 or another unused port.
From: Damien Sykes-Lindley
Sent: Saturday, July 23, 2016 9:39 AM
To: Icecast streaming server user discussions
Subject: Re: [Icecast] Config
2004 Jan 16
1
HiFn / FAST_IPSEC question
Hi,
Just got some of the new Soekris 1401 VPN cards based on the hifn 7955 chip.
hifn0 mem 0xe8510000-0xe8517fff,0xe8518000-0xe8519fff,0xe851a000-0xe851afff
irq 5 at device 0.0 on pci1
hifn0: Hifn 7955, rev 0, 32KB dram, 64 sessions
vs
hifn0 mem 0xeb902000-0xeb902fff,0xeb901000-0xeb901fff irq 10 at device 8.0
on pci0
hifn0: Hifn 7951, rev 0, 128KB sram, 193 sessions
When it says "n
2006 Mar 03
4
Plotting FAQ?
Hi,
Since I started to make some 'final' plots of my data I found that I
have tons of questions related to 'the little things'. Rather than
bother the list with all the questions (ahem), or search the archives
for similar questions and translate the context, I would like to find a
FAQ for plotting in particular (and R programming in general). I know
for sure (searching the
2010 Oct 14
8
manipulating facter variable
I''m trying to manipulate the following facter variable:
ipaddress => 10.85.207.2
What I need is the second group of digits. If it''s 84 then location is
A, but if it''s 85 then location is B.
In puppet I couldn''t grab this second set of digits, but maybe there
is a way?
I''ve already tried to make a custom fact, but my ruby knowledge is
*ahem* pretty
2007 Sep 28
3
[LLVMdev] Bugs in Getting Started Guide
On Thursday 27 September 2007 22:51, Tanya M. Lattner wrote:
> The getting started quickly instructions say that you "cd
> where-you-want-the-C-front-end-to-live" and the unzip the
> front-end, followed by "cd where-you-want-llvm-to-live".
Maybe this adds to the confusion: that he has to make decisions
("Where do I want the c-front end to live?") --- and at
2018 Jun 13
4
NSS and group enumeration in CUPS...
On Wed, 13 Jun 2018 17:07:39 +0200
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! L.P.H. van Belle via samba
> In chel di` si favelave...
>
> > Ok thats strange, this works fine since Jessie and up.
>
> Ahe,, probably i'm not explaining me well. I've not 'windows'
> troubles, i've troubles accessing CUPS web interface,
2017 Jun 21
2
Classic upgrade and forced password change...
Mandi! Rowland Penny via samba
In chel di` si favelave...
> samba-tool domain passwordsettings set --complexity=off
Ahem, i've typed '--comploxity'... sorry... OK, option is available in
samba-tool in 4.2, but does not seems to work:
root at lupus:~# samba-tool domain passwordsettings set --complexity=off
Password complexity deactivated!
All changes applied successfully!
2005 Apr 15
16
Serial ATA hardware raid.
Hi everyone,
I'm looking into setting up a SATA hardware raid, probably 5 to use with
CentOS 4. I chose hardware raid over software mostly because I like the
fact that the raid is transparent to the OS.
Does anyone know of any SATA controllers that are well tested for this
sort of usage?
From what I can tell from googling, this is more or less where RHEL stands:
Red Hat Enterprise Linux
2005 Apr 15
0
Older 3ware controller, was: Serial ATA hardware raid.
From: Harald Finn?s
> You seem to know what you're talking about,
Seems v. Knows is a whole new ballgame.
But I have been deploying SCSI on Linux since 1993 (Advansys, now owned by LSI, was the first vendor to formally support Linux),
SCSI RAID on Linux since 1997 (large ICP-Vortex),
through 3Ware's original FPGA ASIC designs in the AccelATA and Escalade 5000 series in 1999+.
For a