LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   LINUX on Dell Inspiron 1720 (https://www.linuxquestions.org/questions/linux-newbie-8/linux-on-dell-inspiron-1720-a-592639/)

KirkD 10-17-2007 11:49 PM

LINUX on Dell Inspiron 1720
 
I have been trying like crazy to get a LINUX installation on my new Dell Inspiron 1720 with zero luck. Here's what I've tried and the failures:

Kubuntu Live:
This one falls out during the initial boot saying it cannot find "tty" It then fails completely.

Fedora KDE Live:
I get through "uncompressing LINUX...OK, booting the kernel."

It then sits for a while and eventually I get:

"Cannot find root file system

Create symlink /dev/root and then exit this shell to continue the boot sequence.

bash: no job control in this shell"

Fedora GNOME Live:
Same as above.


Fedora full distro DVD:
The installer comes up and goes into a text mode install - looks like an old DOS installer. I'm asked to specify a language and a keyboard layout. Then I get to a screen that asks where my installation resides. My options are a CD-ROM, HDD, FTP, USB. The installer started from a DVD so shouldn't it assume the media exists there? Regardless, the model of the DVD is a TSST TS-L6324 ATA. I looked through the possible drivers for a CD (yes, this is a DVD, but I'm not given that as an option) and there is nothing I can find that even remotely matches.


Debian KDA Live CD:
This one actually appeared to start up but it ended up purely in text mode.

HELP!!!

-Kirk

The_JinJ 10-18-2007 12:18 AM

Try using linux all-generic-ide=1 as a parameter for the install or boot

KirkD 10-18-2007 12:59 AM

Nope.
 
No luck. Same results.

KirkD 10-18-2007 01:52 AM

Mandriva!
 
Holy cow Mandriva works! I pulled down the Mandriva 2008 Live iso, burned a CD, and BAM! It fires up.

So is there any way I can exploit the fact that Mandriva worked to get Fedora to work? It has to be the selected set of drivers - is there a way I can compare details between the two distros??

-kirk

PanelessConvert 10-18-2007 01:58 AM

Just loaded Ubuntu 7.10 RC1 tonight. Worked fine...except a problem with VPN not working right...probably fixed with the dist. release tonight/tomorrow.

KirkD 10-18-2007 12:00 PM

Ubuntu 7.10 RC1???
 
Paneless,

So you installed Ubuntu 7.10 RC1 on a Dell Inspiron 1720? I'll have to check into that one as well. Any information you can provide regarding you system configuration (hardware, BIOS) would be most helpful.

-Kirk

KirkD 10-18-2007 11:28 PM

Success!
 
I pulled down Ubuntu 7.10 and Kubuntu today and both booted fine. WOO HOO! I had no audio, but this is a minor inconvenience compared to my last wave of issues. Next, I'm going to try to pull down Fedora 7 Test 3 - maybe the newer spin over my previous v7 will help.

Thanks fo all for the support and advice.

-Kirk

rakitsa 10-24-2007 03:56 AM

Sound problem: Mandriva-2008 on Dell Inspiron 1720
 
I have installed Mandriva-2008 powerpack on my new laptop Dell Inspiron 1720 (Intel Core2Duo T7500 2.2GHz, 4Gb RAM, GeForce 8600M GT, two harddrives: 2X250Gb).
Everything works fine, except one thing: the spekers constantly generate loud noise and the computer does not play any sound files. This is definitely a software problem because the computer works perfectly under Vista. I even cannot switch off the sound (i.e. the noise). The only way the noise can be removed is by plugging in headphones (the noise goes into them).
The noise starts during the booting process just after "starting udev".
I would very much appreciate any help or advice.
Thank you.

larsag 10-24-2007 03:31 PM

Linux on Inspiron 1720
 
I have got Slackware 12 to work with no sound on my DELL Inspiron 1720.
My DELL has two 80Gb disks in what seems to be a RAID 0.
So my root disk is /dev/sda1
I had to "manually" install NVIDIA drivers. They worked like a dream.
Thanks NVIDIA!
Then when I tried to follow the instructions for installing drivers
for the Intel® Wireless WiFi Link 4965AGN I got into trouble.
It ended in kernel panic after failing to recompile or update the modules or some other mistake on my part.
I never got to the SimTel integrated sound card/chip drivers.

So Vista moved back in.

Then I tried Sabayon 3.4e live CD. It worked ok. No sound. No network.
Problems with trying to become root.
Maybe I I'll try and install that later.

I also tried Kanotix Live CD. No keyboard response. No NVIDIA drivers.
No sound.

I'll give Linux a pause.

What I'd really like was for someone to make me a tailor made install CD, preferably Slackware with drivers precompiled or module-loadable for my machine.
I am not sufficiently fluent in Linux to make my own kernel and getting the right modules package into the right place.

So Vista stays a bit longer.
Sorry people.

Lars

aalary 10-28-2007 01:19 PM

BlueWhite64 works on the Dell Inspiron 1720
 
I have installed BlueWhite64 (a 64-bit Slackware clone).
The live DVD worked well enough to convince me to give it a try.

Like the other Slackware user above, I manually installed the nvidia driver, and they work great. (glxgears give me over 5900 fps.)

I use ipw3945 for WiFi.

For sound I had to update to alsa-driver-1.0.15rc1

I have yet to get the mouse wheel emulation to work with the built-in track pad. Any suggestions?

rakitsa 10-29-2007 07:26 AM

Success: sound is OK on Inspiron 1720
 
SUCCESS !!!!!!!!!
My sound is OK now!
I have done the following:

=========================================================================
wget ftp://ftp.alsa-project.org/pub/drive....15rc1.tar.bz2

tar xvpjf alsa-driver-1.0.15rc1.tar.bz2

cd alsa-driver-1.0.15rc1

./configure --with-cards=hda-intel

make

sudo make install

==========================================================================

I found this set of commands at
https://wiki.ubuntu.com/Gutsy_Intel_HD_Audio_Controller

Subeguy88 11-06-2007 11:31 AM

First of all, I am a complete noob on any form of Linux. I just got tired of all the quirks in Vista, so I am currently making the switch to Ubuntu.

I currently have no sound on my Inspiron 1720, like the last person to post. I believe I have successfully completed the first three steps in that post, however, when I type in ./configure --with-cards=hda-intel I get this
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

Can anyone tell me what I am doing wrong (maybe I have not completed the first three step correctly, but just don't know any better).
Any help would be appreciated.
Thanks

Archiviste 12-31-2007 02:22 PM

Quote:

Originally Posted by Subeguy88 (Post 2950095)
First of all, I am a complete noob on any form of Linux. I just got tired of all the quirks in Vista, so I am currently making the switch to Ubuntu.

I currently have no sound on my Inspiron 1720, like the last person to post. I believe I have successfully completed the first three steps in that post, however, when I type in ./configure --with-cards=hda-intel I get this
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

Can anyone tell me what I am doing wrong (maybe I have not completed the first three step correctly, but just don't know any better).
Any help would be appreciated.
Thanks

1. "cannot create executables"... humm... were you logged in as 'root' or as your own account when you got this error message ?

2. Could you copy/paste here what's in your 'config.log' ? It could give us (and you) a clue as to what went wrong...

I'm tempted to buy myself a new laptop (got bit by the MMORPG bug...) and the Inspiron 1720 would be one of my options, so I have a personal interest in how you will fix this issue...

plamKaTa 01-11-2008 04:27 AM

I have the same problem with my Dell PC Inspiron 9200 and Ubuntu 7.10 and here is the content of my log file after executing:


./configure --with-cards=hda-intel


Hope someone would give some help...

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.60. Invocation command line was

$ ./configure --with-cards=hda-intel

## --------- ##
## Platform. ##
## --------- ##

hostname = plamkata-laptop
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Tue Dec 18 08:02:57 UTC 2007

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2082: checking for gcc
configure:2098: found /usr/bin/gcc
configure:2109: result: gcc
configure:2347: checking for C compiler version
configure:2354: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2357: $? = 0
configure:2364: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2367: $? = 0
configure:2374: gcc -V >&5
gcc: '-V' option must have argument
configure:2377: $? = 1
configure:2400: checking for C compiler default output file name
configure:2427: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2430: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2469: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_prog_ac_ct_CC=gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=''
ARCH=''
AS=''
CC='gcc'
CFLAGS=''
CONFIG_AC97_BUS=''
CONFIG_ALPHA=''
CONFIG_ARCH_AT91=''
CONFIG_ARCH_PXA=''
CONFIG_ARCH_S3C2410=''
CONFIG_ARCH_SA1100=''
CONFIG_ARM=''
CONFIG_ARM_AMBA=''
CONFIG_ATMEL_SSC=''
CONFIG_BROKEN=''
CONFIG_CPU_SUBTYPE_SH7760=''
CONFIG_EXPERIMENTAL=''
CONFIG_FW_LOADER=''
CONFIG_GSC=''
CONFIG_HAS_DMA=''
CONFIG_HAS_IOMEM=''
CONFIG_HAVE_PCSP_HOOK=''
CONFIG_HIGH_RES_TIMERS=''
CONFIG_HPET=''
CONFIG_I2C=''
CONFIG_I2C_POWERMAC=''
CONFIG_I2C_SENSOR=''
CONFIG_INPUT=''
CONFIG_ISA=''
CONFIG_ISAPNP=''
CONFIG_ISAPNP_KERNEL=''
CONFIG_ISA_DMA_API=''
CONFIG_L3=''
CONFIG_MACH_ETI_B1=''
CONFIG_MACH_ETI_C1=''
CONFIG_MACH_NEO1973_GTA01=''
CONFIG_MACH_POODLE=''
CONFIG_MACH_SMDK2443=''
CONFIG_MACH_TOSA=''
CONFIG_MIPS=''
CONFIG_PARISC=''
CONFIG_PARPORT=''
CONFIG_PCI=''
CONFIG_PCMCIA=''
CONFIG_PM=''
CONFIG_PNP=''
CONFIG_PNP_KERNEL=''
CONFIG_PPC32=''
CONFIG_PPC64=''
CONFIG_PPC=''
CONFIG_PPC_PMAC=''
CONFIG_PROC_FS=''
CONFIG_PS3_PS3AV=''
CONFIG_PXA_SHARP_C7XX=''
CONFIG_PXA_SHARP_CXX00=''
CONFIG_RTC=''
CONFIG_SBUS=''
CONFIG_SGI=''
CONFIG_SH_DMABRG=''
CONFIG_SH_DREAMCAST=''
CONFIG_SND=''
CONFIG_SND_AC97_CODEC=''
CONFIG_SND_AC97_POWER_SAVE=''
CONFIG_SND_AD1816A=''
CONFIG_SND_AD1848=''
CONFIG_SND_AD1848_LIB=''
CONFIG_SND_AD1889=''
CONFIG_SND_ADLIB=''
CONFIG_SND_AICA=''
CONFIG_SND_ALI5451=''
CONFIG_SND_ALS100=''
CONFIG_SND_ALS300=''
CONFIG_SND_ALS4000=''
CONFIG_SND_AOA=''
CONFIG_SND_AOA_FABRIC_LAYOUT=''
CONFIG_SND_AOA_ONYX=''
CONFIG_SND_AOA_SOUNDBUS=''
CONFIG_SND_AOA_SOUNDBUS_I2S=''
CONFIG_SND_AOA_TAS=''
CONFIG_SND_AOA_TOONIE=''
CONFIG_SND_ARMAACI=''
CONFIG_SND_ASIHPI=''
CONFIG_SND_AT73C213=''
CONFIG_SND_AT73C213_TARGET_BITRATE=''
CONFIG_SND_AT91_SOC=''
CONFIG_SND_AT91_SOC_ETI_B1_WM8731=''
CONFIG_SND_AT91_SOC_ETI_SLAVE=''
CONFIG_SND_AT91_SOC_SSC=''
CONFIG_SND_ATIIXP=''
CONFIG_SND_ATIIXP_MODEM=''
CONFIG_SND_AU1X00=''
CONFIG_SND_AU8810=''
CONFIG_SND_AU8820=''
CONFIG_SND_AU8830=''
CONFIG_SND_AZT2320=''
CONFIG_SND_AZT3328=''
CONFIG_SND_BIT32_EMUL=''
CONFIG_SND_BT87X=''
CONFIG_SND_BT87X_OVERCLOCK=''
CONFIG_SND_CA0106=''
CONFIG_SND_CMI8330=''
CONFIG_SND_CMI8788=''
CONFIG_SND_CMIPCI=''
CONFIG_SND_CS4231=''
CONFIG_SND_CS4231_LIB=''
CONFIG_SND_CS4232=''
CONFIG_SND_CS4236=''
CONFIG_SND_CS4281=''
CONFIG_SND_CS46XX=''
CONFIG_SND_CS46XX_NEW_DSP=''
CONFIG_SND_CS5530=''
CONFIG_SND_CS5535AUDIO=''
CONFIG_SND_DARLA20=''
CONFIG_SND_DARLA24=''
CONFIG_SND_DATE=''
CONFIG_SND_DEBUG=''
CONFIG_SND_DEBUG_DETECT=''
CONFIG_SND_DEBUG_MEMORY=''
CONFIG_SND_DT019X=''
CONFIG_SND_DUMMY=''
CONFIG_SND_DYNAMIC_MINORS=''
CONFIG_SND_ECHO3G=''
CONFIG_SND_EMU10K1=''
CONFIG_SND_EMU10K1X=''
CONFIG_SND_ENS1370=''
CONFIG_SND_ENS1371=''
CONFIG_SND_ES1688=''
CONFIG_SND_ES18XX=''
CONFIG_SND_ES1938=''
CONFIG_SND_ES1968=''
CONFIG_SND_ES968=''
CONFIG_SND_FM801=''
CONFIG_SND_FM801_TEA575X=''
CONFIG_SND_FM801_TEA575X_BOOL=''
CONFIG_SND_GINA20=''
CONFIG_SND_GINA24=''
CONFIG_SND_GUSCLASSIC=''
CONFIG_SND_GUSEXTREME=''
CONFIG_SND_GUSMAX=''
CONFIG_SND_GUS_SYNTH=''
CONFIG_SND_HARMONY=''
CONFIG_SND_HDA_CODEC_ANALOG=''
CONFIG_SND_HDA_CODEC_ATIHDMI=''
CONFIG_SND_HDA_CODEC_CMEDIA=''
CONFIG_SND_HDA_CODEC_CONEXANT=''
CONFIG_SND_HDA_CODEC_REALTEK=''
CONFIG_SND_HDA_CODEC_SI3054=''
CONFIG_SND_HDA_CODEC_SIGMATEL=''
CONFIG_SND_HDA_CODEC_VIA=''
CONFIG_SND_HDA_GENERIC=''
CONFIG_SND_HDA_HWDEP=''
CONFIG_SND_HDA_INTEL=''
CONFIG_SND_HDA_POWER_SAVE=''
CONFIG_SND_HDSP=''
CONFIG_SND_HDSPM=''
CONFIG_SND_HPET=''
CONFIG_SND_HWDEP=''
CONFIG_SND_ICE1712=''
CONFIG_SND_ICE1724=''
CONFIG_SND_INDIGO=''
CONFIG_SND_INDIGODJ=''
CONFIG_SND_INDIGOIO=''
CONFIG_SND_INTEL8X0=''
CONFIG_SND_INTEL8X0M=''
CONFIG_SND_INTERWAVE=''
CONFIG_SND_INTERWAVE_STB=''
CONFIG_SND_KERNELDIR=''
CONFIG_SND_KORG1212=''
CONFIG_SND_KORG1212_FIRMWARE_IN_KERNEL=''
CONFIG_SND_LAYLA20=''
CONFIG_SND_LAYLA24=''
CONFIG_SND_LOOPBACK=''
CONFIG_SND_MAESTRO3=''
CONFIG_SND_MAESTRO3_FIRMWARE_IN_KERNEL=''
CONFIG_SND_MIA=''
CONFIG_SND_MIRO=''
CONFIG_SND_MIXART=''
CONFIG_SND_MIXER_OSS=''
CONFIG_SND_MONA=''
CONFIG_SND_MPU401=''
CONFIG_SND_MPU401_UART=''
CONFIG_SND_MSND_PINNACLE=''
CONFIG_SND_MTPAV=''
CONFIG_SND_MTS64=''
CONFIG_SND_MVERSION=''
CONFIG_SND_NM256=''
CONFIG_SND_OPL3SA2=''
CONFIG_SND_OPL3_LIB=''
CONFIG_SND_OPL4_LIB=''
CONFIG_SND_OPTI92X_AD1848=''
CONFIG_SND_OPTI92X_CS4231=''
CONFIG_SND_OPTI93X=''
CONFIG_SND_OSSEMUL=''
CONFIG_SND_PC98_CS4232=''
CONFIG_SND_PCM=''
CONFIG_SND_PCM_OSS=''
CONFIG_SND_PCM_OSS_PLUGINS=''
CONFIG_SND_PCM_XRUN_DEBUG=''
CONFIG_SND_PCSP=''
CONFIG_SND_PCXHR=''
CONFIG_SND_PDAUDIOCF=''
CONFIG_SND_PDPLUS=''
CONFIG_SND_PORTMAN2X4=''
CONFIG_SND_POWERMAC=''
CONFIG_SND_POWERMAC_AUTO_DRC=''
CONFIG_SND_PS3=''
CONFIG_SND_PS3_DEFAULT_START_DELAY=''
CONFIG_SND_PXA2XX_AC97=''
CONFIG_SND_PXA2XX_I2SOUND=''
CONFIG_SND_PXA2XX_PCM=''
CONFIG_SND_PXA2XX_SOC=''
CONFIG_SND_PXA2XX_SOC_AC97=''
CONFIG_SND_PXA2XX_SOC_CORGI=''
CONFIG_SND_PXA2XX_SOC_I2S=''
CONFIG_SND_PXA2XX_SOC_POODLE=''
CONFIG_SND_PXA2XX_SOC_SPITZ=''
CONFIG_SND_PXA2XX_SOC_TOSA=''
CONFIG_SND_RAWMIDI=''
CONFIG_SND_RIPTIDE=''
CONFIG_SND_RME32=''
CONFIG_SND_RME9652=''
CONFIG_SND_RME96=''
CONFIG_SND_RTCTIMER=''
CONFIG_SND_S3C2410=''
CONFIG_SND_S3C2443_SOC_AC97=''
CONFIG_SND_S3C24XX_SOC=''
CONFIG_SND_S3C24XX_SOC_I2S=''
CONFIG_SND_S3C24XX_SOC_NEO1973_WM8753=''
CONFIG_SND_S3C24XX_SOC_SMDK2443_WM9710=''
CONFIG_SND_SA11XX_UDA1341=''
CONFIG_SND_SB16=''
CONFIG_SND_SB16_CSP=''
CONFIG_SND_SB16_CSP_FIRMWARE_IN_KERNEL=''
CONFIG_SND_SB16_DSP=''
CONFIG_SND_SB8=''
CONFIG_SND_SB8_DSP=''
CONFIG_SND_SBAWE=''
CONFIG_SND_SB_COMMON=''
CONFIG_SND_SEQUENCER=''
CONFIG_SND_SEQUENCER_OSS=''
CONFIG_SND_SEQ_DUMMY=''
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=''
CONFIG_SND_SERIALMIDI=''
CONFIG_SND_SERIAL_U16550=''
CONFIG_SND_SGALAXY=''
CONFIG_SND_SH7760_AC97=''
CONFIG_SND_SOC=''
CONFIG_SND_SOC_AC97_BUS=''
CONFIG_SND_SOC_AC97_CODEC=''
CONFIG_SND_SOC_CS4270=''
CONFIG_SND_SOC_CS4270_HWMUTE=''
CONFIG_SND_SOC_CS4270_VD33_ERRATA=''
CONFIG_SND_SOC_PCM_SH7760=''
CONFIG_SND_SOC_SH4_HAC=''
CONFIG_SND_SOC_SH4_SSI=''
CONFIG_SND_SOC_WM8731=''
CONFIG_SND_SOC_WM8750=''
CONFIG_SND_SOC_WM8753=''
CONFIG_SND_SOC_WM9712=''
CONFIG_SND_SONICVIBES=''
CONFIG_SND_SSCAPE=''
CONFIG_SND_SUN_AMD7930=''
CONFIG_SND_SUN_CS4231=''
CONFIG_SND_SUN_DBRI=''
CONFIG_SND_SUPPORT_OLD_API=''
CONFIG_SND_TIMER=''
CONFIG_SND_TRIDENT=''
CONFIG_SND_USB_AUDIO=''
CONFIG_SND_USB_CAIAQ=''
CONFIG_SND_USB_CAIAQ_INPUT=''
CONFIG_SND_USB_USX2Y=''
CONFIG_SND_VERBOSE_PRINTK=''
CONFIG_SND_VERBOSE_PROCFS=''
CONFIG_SND_VERSION='1.0.15rc1'
CONFIG_SND_VIA82XX=''
CONFIG_SND_VIA82XX_MODEM=''
CONFIG_SND_VIRMIDI=''
CONFIG_SND_VX222=''
CONFIG_SND_VXPOCKET=''
CONFIG_SND_VX_LIB=''
CONFIG_SND_WAVEFRONT=''
CONFIG_SND_WAVEFRONT_FIRMWARE_IN_KERNEL=''
CONFIG_SND_YMFPCI=''
CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=''
CONFIG_SOC_AU1000=''
CONFIG_SOC_AU1100=''
CONFIG_SOC_AU1500=''
CONFIG_SOUND=''
CONFIG_SOUND_PRIME=''
CONFIG_SPARC32=''
CONFIG_SPARC64=''
CONFIG_SPARC=''
CONFIG_SUPERH64=''
CONFIG_SUPERH=''
CONFIG_USB=''
CONFIG_VIDEO_DEV=''
CONFIG_VIDEO_V4L1=''
CONFIG_X86=''
CONFIG_X86_32=''
CONFIG_X86_64=''
CONFIG_X86_PC9800=''
CONFIG_X86_PC=''
CPP=''
CPPFLAGS=''
CROSS_COMPILE=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
EXTRA_INCLUDES=''
GENKSYMS=''
GREP=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
KERNEL_INC=''
KLD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE_ADDS=''
NEW_KBUILD=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
SHELL='/bin/bash'
SRCDIR=''
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
c_opts=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
kaversion=''
kextraversion=''
kpatchlevel=''
ksublevel=''
kversion=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
m_opts=''
mandir='${datarootdir}/man'
moddir=''
moddir_tree=''
modsubdir=''
msmp=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
processor=''
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""

configure: exit 77

larsag 01-12-2008 06:36 AM

Mandriva sound problem
 
Hi all,
I too got the Mandriva sound/noise problem. It turned out to be an
input channel set at full blast, i.e. max sensitivity. Pull out a mixer
like KMix and pull the appropriate slider down to zero. Just try out all
the input channels to find the one that contains the noise in question. You might have to repeat this after a reboot to make it stay.
I was very happy with my Mandriva install. Sadly it's gone now because
I found the task of editing AVCHD-video too complicated on Linux. maybe later..
Bye now.
Lars.



Quote:

Originally Posted by rakitsa (Post 2934690)
I have installed Mandriva-2008 powerpack on my new laptop Dell Inspiron 1720 (Intel Core2Duo T7500 2.2GHz, 4Gb RAM, GeForce 8600M GT, two harddrives: 2X250Gb).
Everything works fine, except one thing: the spekers constantly generate loud noise and the computer does not play any sound files. This is definitely a software problem because the computer works perfectly under Vista. I even cannot switch off the sound (i.e. the noise). The only way the noise can be removed is by plugging in headphones (the noise goes into them).
The noise starts during the booting process just after "starting udev".
I would very much appreciate any help or advice.
Thank you.



All times are GMT -5. The time now is 09:24 AM.