Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Can I run a 32-bit kernel on my 64-bit kernel Gentoo machine?
Date: Mon, 26 Sep 2005 15:47:54
Message-Id: 5bdc1c8b050926084528085842@mail.gmail.com
In Reply to: Re: [gentoo-amd64] Can I run a 32-bit kernel on my 64-bit kernel Gentoo machine? by Volker Armin Hemmann
1 On 9/26/05, Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de> wrote:
2 > On Monday 26 September 2005 16:59, Mark Knecht wrote:
3 >
4 > > "Any disk activity seems to be the main cause of xruns on this machine."
5 > >
6 > > If I get xruns (a failure mode of Jack-Audio-Connection-Kit running
7 > > on this hardware) then the machine is useless doing the sort of Linux
8 > > audio work I want to do so this is the problem I'm trying to solve.
9 > > That's my only goal.
10 >
11 > have you checked that 'unmaskirq' is set for your harddisk?
12 >
13 > hdparm /dev/hda should look like this:
14 > hdparm /dev/hda
15 >
16 > /dev/hda:
17 > multcount = 16 (on)
18 > IO_support = 1 (32-bit)
19 > unmaskirq = 1 (on)
20 > using_dma = 1 (on)
21 > keepsettings = 0 (off)
22 > readonly = 0 (off)
23 > readahead = 256 (on)
24 > geometry = 16383/255/63, sectors = 234493056, start = 0
25 >
26 > not this:
27 > hdparm /dev/hda
28 >
29 > /dev/hda:
30 > multcount = 0 (off)
31 > IO_support = 0 (default 16-bit)
32 > unmaskirq = 0 (off)
33 > using_dma = 1 (on)
34 > keepsettings = 0 (off)
35 > readonly = 0 (off)
36 > readahead = 256 (on)
37 > geometry = 16383/255/63, sectors = 234493056, start = 0
38
39 Only problem is these are SATA drives and they don't tell me much
40 compared to EIDE drives when using hdparm. Also their error messages
41 running hdparm are a bit of a concern, although typical from what I've
42 read.
43
44 lightning ~ # hdparm /dev/sda
45
46 /dev/sda:
47 IO_support = 0 (default 16-bit)
48 readonly = 0 (off)
49 readahead = 256 (on)
50 geometry = 30401/255/63, sectors = 250059350016, start = 0
51 lightning ~ #
52 lightning ~ # hdparm -tT /dev/sda
53
54 /dev/sda:
55 Timing cached reads: 2040 MB in 2.00 seconds = 1018.12 MB/sec
56 HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate
57 ioctl for device
58 Timing buffered disk reads: 198 MB in 3.02 seconds = 65.62 MB/sec
59 HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate
60 ioctl for device
61 lightning ~ #
62
63 Thanks,
64 Mark
65
66 --
67 gentoo-amd64@g.o mailing list

Replies