All of lore.kernel.org
 help / color / mirror / Atom feed
* Please help!
@ 2003-06-07 18:23 Jacek Blizinski
  2003-06-08 16:50 ` Patrick Shirkey
  0 siblings, 1 reply; 14+ messages in thread
From: Jacek Blizinski @ 2003-06-07 18:23 UTC (permalink / raw)
  To: alsa-devel

I'm using a Mandrake 9.1 box with an Intel (intel8x0) card and KDE as my 
desktop environment. Thanks for any help you can provide!

Problems:
1. Doesnt do alsactl restore on startup
2. On Flash, games and other apps, the sound lags about 2-3 seconds in any WM.

Here's my modules.conf:
#########                    ALSA portion                    #############
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module options should go here                                          
#                                                                       
#########                   OSS/Free portion                 #############
alias char-major-14 soundcore
alias sound-slot-0 snd-0
#                                                                       
# card #1                                                               
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
######################End Sound##########################


Heres the compilation script:
#####################Start Script############################
cd alsa-driver-0.9.4/
make clean
./configure --with-cards=intel8x0 --with-sequencer=yes --with-oss=yes 
--with-isapnp=no;make;make install
./snddevices
chmod 666 /dev/dsp /dev/mixer /dev/sequencer /dev/midi
cd ../alsa-lib-0.9.4/
make clean
./configure;make;make install
cd ../alsa-utils-0.9.4/
make clean
./configure;make;make install
cd ../alsa-oss-0.9.4/
make clean
./configure;make;make install
######################End Script############################

Here are my KDE sound server options:
__ARTS TAB__
Start aRts server on KDE startup
Run soundserver with realtime priority
Autosuspend if idle for 60 secs

__SOUND I/O TAB__
Enable full duplex operation
Sound quality: 16 bits (high)
Audio buffer size: 232 milliseconds (10 fragments with 4096 bytes)


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please help!
  2003-06-07 18:23 Please help! Jacek Blizinski
@ 2003-06-08 16:50 ` Patrick Shirkey
  0 siblings, 0 replies; 14+ messages in thread
From: Patrick Shirkey @ 2003-06-08 16:50 UTC (permalink / raw)
  To: Jacek Blizinski; +Cc: alsa-devel

Jacek Blizinski wrote:
> I'm using a Mandrake 9.1 box with an Intel (intel8x0) card and KDE as my 
> desktop environment. Thanks for any help you can provide!
> 
> Problems:
> 1. Doesnt do alsactl restore on startup
> 2. On Flash, games and other apps, the sound lags about 2-3 seconds in any WM.
> 

> Here are my KDE sound server options:
> __ARTS TAB__
> Start aRts server on KDE startup
> Run soundserver with realtime priority
> Autosuspend if idle for 60 secs
> 
> __SOUND I/O TAB__
> Enable full duplex operation
> Sound quality: 16 bits (high)
> Audio buffer size: 232 milliseconds (10 fragments with 4096 bytes)
> 


Change the latency setting (4096). Try 1024 or 512.

-- 
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================

Being on stage with the band in front of crowds shouting, "Get off! No! 
We want normal music!", I think that was more like acting than anything 
I've ever done.

Goldie, 8 Nov, 2002
The Scotsman



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please Help!
@ 2004-01-13  0:52 Jacek Blizinski
       [not found] ` <200401121952.35240.azidog-SDTLKeebBdLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Jacek Blizinski @ 2004-01-13  0:52 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello, I own a Fujitsu P5010D and I'm trying to fix my DSDT so that the volume 
controls work. The key mappings are as follows:

Fn+F3 = Mute
Fn+F4 = Disable/Enable Touchpad
Fn+F5 = Widescreen/Native Resolution
Fn+F6/7 = Brightness Down/UP
Fn+F8/9 = Volume down/up

The brightness controls work and all i wish to do is include the Mute and 
Volume up/down features. 

I have disassembled my dsdt:

Using iasl:
http://www.openjacek.org/dsdt/fujidsdt.dsl

Using acpidisasm:
http://www.openjacek.org/dsdt/dis_dsdt.dsl

I've tried to find guides online but have come up with anything. Any help 
would be greatly appreciated as this is a crucial feature for me and many 
others. Thank you in advance for your time.

--Jacek Blizinski


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: Please Help!
@ 2004-01-13  2:46 Yu, Luming
       [not found] ` <3ACA40606221794F80A5670F0AF15F8401720CBD-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Yu, Luming @ 2004-01-13  2:46 UTC (permalink / raw)
  To: Jacek Blizinski, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

> Hello, I own a Fujitsu P5010D and I'm trying to fix my DSDT 
> so that the volume 
> controls work. The key mappings are as follows:
> 
> Fn+F3 = Mute
> Fn+F4 = Disable/Enable Touchpad
> Fn+F5 = Widescreen/Native Resolution
> Fn+F6/7 = Brightness Down/UP
> Fn+F8/9 = Volume down/up
> 
> The brightness controls work and all i wish to do is include 
> the Mute and 
> Volume up/down features. 

All this features seems to need support from
other module like asus_acpi.c.


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please Help!
       [not found] ` <3ACA40606221794F80A5670F0AF15F8401720CBD-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2004-01-13  4:11   ` Jacek Blizinski
  2004-01-13  6:59   ` Nate Lawson
  1 sibling, 0 replies; 14+ messages in thread
From: Jacek Blizinski @ 2004-01-13  4:11 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Monday 12 January 2004 21:46, you wrote:
> All this features seems to need support from
> other module like asus_acpi.c.

There is a kernel driver written for the P2120 which works for the most part 
except the volume control. This is because it relies on a GVOL And SVOL in 
the P2120 dsdt that is not included in the P5010D. They are located in 
DEVICE(FJEX) and the method names are Method(RVOL), Method(GVOL), 
Method(SVOL,1) and I need help integrating them into the P5010D DSDT.

Here is the volume code from the kernel module:
http://www.openjacek.org/dsdt/volumesnip

Here is the P2120 DSDT
http://www.openjacek.org/dsdt/fuji2120.dsl

Here is the P5010D DSDT
http://www.openjacek.org/dsdt/fujidsdt.dsl

Again thank you for any time you may spare.

--Jacek Blizinski


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: Please Help!
       [not found] ` <3ACA40606221794F80A5670F0AF15F8401720CBD-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  2004-01-13  4:11   ` Jacek Blizinski
@ 2004-01-13  6:59   ` Nate Lawson
       [not found]     ` <20040112225811.B59750-Y6VGUYTwhu0@public.gmane.org>
  1 sibling, 1 reply; 14+ messages in thread
From: Nate Lawson @ 2004-01-13  6:59 UTC (permalink / raw)
  To: Yu, Luming; +Cc: Jacek Blizinski, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Tue, 13 Jan 2004, Yu, Luming wrote:
> > Hello, I own a Fujitsu P5010D and I'm trying to fix my DSDT
> > so that the volume
> > controls work. The key mappings are as follows:
> >
> > Fn+F3 = Mute
> > Fn+F4 = Disable/Enable Touchpad
> > Fn+F5 = Widescreen/Native Resolution
> > Fn+F6/7 = Brightness Down/UP
> > Fn+F8/9 = Volume down/up
> >
> > The brightness controls work and all i wish to do is include
> > the Mute and
> > Volume up/down features.
>
> All this features seems to need support from
> other module like asus_acpi.c.

I know this is a Linux list but for the developers assistance, here is a
link to the FreeBSD Fujitsu driver:

http://www.stalker.org/~sean/freebsd-p2040/FujiApp/

-Nate


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please Help!
       [not found]     ` <20040112225811.B59750-Y6VGUYTwhu0@public.gmane.org>
@ 2004-01-13  7:35       ` Jacek Blizinski
  2004-01-13  7:39       ` Jacek Blizinski
  1 sibling, 0 replies; 14+ messages in thread
From: Jacek Blizinski @ 2004-01-13  7:35 UTC (permalink / raw)
  To: Nate Lawson; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Yea I've seen that. I dont need help with the driver just integrating the 
DSDT. The P2120 DSDT is from that site actually. I just named it wrong its 
supposed to be P2040. 

On Tuesday 13 January 2004 01:59, you wrote:
> I know this is a Linux list but for the developers assistance, here is a
> link to the FreeBSD Fujitsu driver:
>
> http://www.stalker.org/~sean/freebsd-p2040/FujiApp/
>
> -Nate


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please Help!
       [not found]     ` <20040112225811.B59750-Y6VGUYTwhu0@public.gmane.org>
  2004-01-13  7:35       ` Jacek Blizinski
@ 2004-01-13  7:39       ` Jacek Blizinski
  1 sibling, 0 replies; 14+ messages in thread
From: Jacek Blizinski @ 2004-01-13  7:39 UTC (permalink / raw)
  To: Nate Lawson; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Even that kernel driver uses SVOL to control the volume so it is necessary to 
graft that part into the P5010D DSDT. Thats where I'm having the trouble. 
Thanks.

--Jacek Blizinski


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please Help!
       [not found] ` <200401121952.35240.azidog-SDTLKeebBdLQT0dZR+AlfA@public.gmane.org>
@ 2004-01-13  7:57   ` Karol Kozimor
  0 siblings, 0 replies; 14+ messages in thread
From: Karol Kozimor @ 2004-01-13  7:57 UTC (permalink / raw)
  To: Jacek Blizinski; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Thus wrote Jacek Blizinski:
> I've tried to find guides online but have come up with anything. Any help 
> would be greatly appreciated as this is a crucial feature for me and many 
> others. Thank you in advance for your time.

The way ASUS does it is to only send notifies to a specific device (HOTK 
/ ATKD) once the system is in ACPI mode. Those notifies are then passed to
userspace by the driver. Although I don't see any specific notifies (except
the one that probably has to do with display output switching) in your
DSDT, you may try calling acpi_bus_register_driver() anyway. Another option
yould be to enable some debug to determine what methods are called upon the
keypress.
Best regards,

-- 
Karol 'sziwan' Kozimor
sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please Help !
@ 2004-11-29 18:46 Mercy Kume
  0 siblings, 0 replies; 14+ messages in thread
From: Mercy Kume @ 2004-11-29 18:46 UTC (permalink / raw)
  To: linux-mm

Dear Friend,

I am Mrs.Mercy Kume, wife of late Mr Anthony Kume, a wealthy Zimbabwean 
farmer who was brutally murdered in a land dispute together with his 
oversea 
partner Mr. pete Bailey and the whole of his family as result of land 
act 
reform by Zimbabwean president Robert Mugabe. The whole of  our 
farmland amd 
properties were destroyed by the mobs. The new land act reform which 
affected the white and black farmers, resulting to massive killing by 
war 
veterans and lunatics in the society.

My husband died without leaving a word neither to me nor our only son, 
but 
his partner was rushed to the hospital where he later died after 2 
days. 
Before my husband partner died, he confided in me that he deposited 
US$29,000,000 (Twenty Nine million united states dollars) in one 
private 
security company in Europe, that the money was meant for the purchase 
of new 
machineries for mechanised agriculture for the Zimbabwean farmers 
movement 
and new farms in Swaziland. He said that all I have to do is to source 
for 
an oversea partner who can be placed as the Beneficiary of the fund so 
that 
I and my son can have a new lease of life again. He made me promise 
that 
since he has no other leaving relatives, that I will not let money go 
down 
the drain.

I was later diagnosed to have cancer of the breast which resulted to my 
losing one part of the breast to surgery. Presently, I am hospitalised 
because my condition started deteriorating in a very strange manner. My 
doctor gave me the saddest news of life as he told me that the cancer 
has 
spread to every part of my body including my liver. I have been boldly 
told 
that I just have a very short time to leave. As things are now, I am 
not 
afraid to die, but I don!?t want my son to suffer and I don!?t want to 
let 
late Mr.Bailey down by not having this claimed.

Consequently, my proposal is that I will like you as a foreigner to 
stand in 
as the next of kin to Late Mr. Pete Bailey .This you can do by 
corroborating 
with my Kenneth who is currently seeking political asylum in Europe, 
and our 
family attorney to actualise this claim. I will request that you send 
me 
your personal details viz: Your full name and private home address, 
your 
telephone and fax number.this will enable the attorney to place you as 
the 
next of kin to late Mr.Pete Bailey.The sharing mode will be as follows.

1.30% of the fund will be for you

2.50% will be for my son which you will have to invest for him as his 
guadian.

3.10% will be donated to the Southern African research center for 
cancer.

4.While 10% will be set out for all the bills encured to conclude this 
transaction including the attorney fees.

There is no risk at all as all the paperwork for this transaction will 
be 
done by the Attorney and with my support and endorsement I can 
guarantee the 
successful execution of this transaction. I cannot answer to any phone 
calls 
here in the hospital because of my situation.So if you are interested 
in 
this transaction, kindly declare your interest by replying to this  
e-mail 
via my private mail mercykume@netscape.net

For your information the success and safety of this transaction will 
depend 
on your co-operation to keep it confidential and secret.As soon as I 
receive 
your favourable reply , I will proceed to forward you with further 
information.

Thank you and may God bless you.

Yours respectfully,

Mercy Kume(Mrs)


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please Help !!
@ 2004-12-14  1:29 Mercy Kume
  0 siblings, 0 replies; 14+ messages in thread
From: Mercy Kume @ 2004-12-14  1:29 UTC (permalink / raw)
  To: linux-mm

Dear Friend,

I am Mrs.Mercy Kume, wife of late Mr Anthony Kume, a wealthy Zimbabwean 
farmer who was brutally murdered in a land dispute together with his 
oversea 
partner Mr. pete Bailey and the whole of his family as result of land 
act 
reform by Zimbabwean president Robert Mugabe. The whole of  our 
farmland amd 
properties were destroyed by the mobs. The new land act reform which 
affected the white and black farmers, resulting to massive killing by 
war 
veterans and lunatics in the society.

My husband died without leaving a word neither to me nor our only son, 
but 
his partner was rushed to the hospital where he later died after 2 
days. 
Before my husband partner died, he confided in me that he deposited 
US$29,000,000 (Twenty Nine million united states dollars) in one 
private 
security company in Europe, that the money was meant for the purchase 
of new 
machineries for mechanised agriculture for the Zimbabwean farmers 
movement 
and new farms in Swaziland. He said that all I have to do is to source 
for 
an oversea partner who can be placed as the Beneficiary of the fund so 
that 
I and my son can have a new lease of life again. He made me promise 
that 
since he has no other leaving relatives, that I will not let money go 
down 
the drain.

I was later diagnosed to have cancer of the breast which resulted to my 
losing one part of the breast to surgery. Presently, I am hospitalised 
because my condition started deteriorating in a very strange manner. My 
doctor gave me the saddest news of life as he told me that the cancer 
has 
spread to every part of my body including my liver. I have been boldly 
told 
that I just have a very short time to leave. As things are now, I am 
not 
afraid to die, but I don!?t want my son to suffer and I don!?t want to 
let 
late Mr.Bailey down by not having this claimed.

Consequently, my proposal is that I will like you as a foreigner to 
stand in 
as the next of kin to Late Mr. Pete Bailey .This you can do by 
corroborating 
with my Kenneth who is currently seeking political asylum in Europe, 
and our 
family attorney to actualise this claim. I will request that you send 
me 
your personal details viz: Your full name and private home address, 
your 
telephone and fax number.this will enable the attorney to place you as 
the 
next of kin to late Mr.Pete Bailey.The sharing mode will be as follows.

1.30% of the fund will be for you

2.50% will be for my son which you will have to invest for him as his 
guadian.

3.10% will be donated to the Southern African research center for 
cancer.

4.While 10% will be set out for all the bills encured to conclude this 
transaction including the attorney fees.

There is no risk at all as all the paperwork for this transaction will 
be 
done by the Attorney and with my support and endorsement I can 
guarantee the 
successful execution of this transaction. I cannot answer to any phone 
calls 
here in the hospital because of my situation.So if you are interested 
in 
this transaction, kindly declare your interest by replying to this  
e-mail 
via my private mail mercykume@netscape.net

For your information the success and safety of this transaction will 
depend 
on your co-operation to keep it confidential and secret.As soon as I 
receive 
your favourable reply , I will proceed to forward you with further 
information.

Thank you and may God bless you.

Yours respectfully,

Mercy Kume(Mrs)


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please help!
@ 2007-03-02  7:55 Gerd Schering
  2007-03-02 16:09 ` Lee Revell
  0 siblings, 1 reply; 14+ messages in thread
From: Gerd Schering @ 2007-03-02  7:55 UTC (permalink / raw)
  To: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 701 bytes --]

Hi,

I know, this is not the correct list, but I need help with the users list

I subscribed to the alsa-users list some weeks ago.
I received a confimation and welcome email,  but I am not able to post.
I always receive an email: "your mail needs moderator approval".
But nothing ever happens: neither the message gets posted, nor do I 
receive a notification, that it had sbeen rejected.
I dont know whre to adress to solve this problem.

So please, could you (the moderator of this list, I guess) please help me?

Thanks,
Gerd

-- 
------------------------------------------------------
-- Gerd Schering, Email: Schering@zrz.TU-Berlin.DE  --
------------------------------------------------------


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3220 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please help!
  2007-03-02  7:55 Please help! Gerd Schering
@ 2007-03-02 16:09 ` Lee Revell
  0 siblings, 0 replies; 14+ messages in thread
From: Lee Revell @ 2007-03-02 16:09 UTC (permalink / raw)
  To: Gerd Schering; +Cc: alsa-devel

On 3/2/07, Gerd Schering <Schering@zrz.tu-berlin.de> wrote:
> Hi,
>
> I know, this is not the correct list, but I need help with the users list
>
> I subscribed to the alsa-users list some weeks ago.
> I received a confimation and welcome email,  but I am not able to post.
> I always receive an email: "your mail needs moderator approval".
> But nothing ever happens: neither the message gets posted, nor do I
> receive a notification, that it had sbeen rejected.
> I dont know whre to adress to solve this problem.
>

Are you posting in HTML format or something?

Lee

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please help!!!
@ 2013-12-27 18:02 Kermi
  0 siblings, 0 replies; 14+ messages in thread
From: Kermi @ 2013-12-27 18:02 UTC (permalink / raw)
  To: xfs

Hi!

I had a XFS filesystem on RAID 5, but line of the power supply 230 V had 
crash . UPS failed, 2 hard disk drive on RAID (4 hard disk) failed 
(medium error) - then before turn of computer I resynchronize this 
RAID.  Fdisk recognized filesystem as XFS. Using dd with conv=noerror, 
sync I clone XFS filesystem on external hard disk. After restart machine 
I never can resynchronize RAID to see XFS filesystem. Then I connect 
hard disk to computer I can mount , but I see numbers as filename with 
extensions.

xfs_db -c "sb 0" -c "p" /dev/sde5 said:
magicnum = 0x58465342
blocksize = 4096
dblocks = 183103920
rblocks = 0
rextents = 0
uuid = e2716dab-5b52-085e-eae2-3d8442c32a1a
logstart = 134217735
rootino = 256
rbmino = 257
rsumino = 258
rextsize = 1
agblocks = 5722000
agcount = 32
rbmblocks = 0
logblocks = 89406
versionnum = 0xbdb4
sectsize = 4096
inodesize = 256
inopblock = 16
fname = "\000\000\000\000\000\000\000\000\000\000\000\000"
blocklog = 12
sectlog = 12
inodelog = 8
inopblog = 4
agblklog = 23
rextslog = 0
inprogress = 0
imax_pct = 25
icount = 37056
ifree = 7341
fdblocks = 181668411
frextents = 0
uquotino = 0
gquotino = 0
qflags = 0
flags = 0
shared_vn = 0
inoalignmt = 2
unit = 16
width = 48
dirblklog = 0
logsectlog = 12
logsectsize = 4096
logsunit = 4096
features2 = 0xa
bad_features2 = 0xa

xfs_repair :
couldn't verify primary superblock not enough secondary superblocks with 
matching geometry
attempting to find secondary superblock......................

xfs_check said
cannot init perag data (117).

I use xfs_explorer, UFS Explorer Professional Recovery, photorec, 
testdisk to recover files, but any of this nothing do.

It's very important because on filesystem XFS there was a virtual 
machine file with many MS SQL databases. I can't have backup because 
packed backup file has a 17 GB,  external hard disk destroyed after the 
supertension of the energy network.

Please help me...


-- 
E-mail nie został sprawdzony pod kątem wirusów. Używam Linuxa!

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-12-27 18:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-13  2:46 Please Help! Yu, Luming
     [not found] ` <3ACA40606221794F80A5670F0AF15F8401720CBD-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-01-13  4:11   ` Jacek Blizinski
2004-01-13  6:59   ` Nate Lawson
     [not found]     ` <20040112225811.B59750-Y6VGUYTwhu0@public.gmane.org>
2004-01-13  7:35       ` Jacek Blizinski
2004-01-13  7:39       ` Jacek Blizinski
  -- strict thread matches above, loose matches on Subject: below --
2013-12-27 18:02 Please help!!! Kermi
2007-03-02  7:55 Please help! Gerd Schering
2007-03-02 16:09 ` Lee Revell
2004-12-14  1:29 Please Help !! Mercy Kume
2004-11-29 18:46 Please Help ! Mercy Kume
2004-01-13  0:52 Please Help! Jacek Blizinski
     [not found] ` <200401121952.35240.azidog-SDTLKeebBdLQT0dZR+AlfA@public.gmane.org>
2004-01-13  7:57   ` Karol Kozimor
2003-06-07 18:23 Please help! Jacek Blizinski
2003-06-08 16:50 ` Patrick Shirkey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.