X based developer
Howdy All... Is there an X-based programming environment like Visual Basic, or Visual C++??? Any help woule be appreciated. Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
QT1.42 Errors....
Howdy Y'all: I'm trying to write some QT apps, just really toying around with C++, but when I try to compile ANY of the QT apps, using the command line: g++ -I/usr/local/qt/include -L/usr/X11R6 -lqt filename.CC I get an error message about a whole bunch of undefined references... Can anyone help me out? Thanx, Brant __ Get Your Private, Free Email at http://www.hotmail.com
QT1.42 Errors....
Howdy Y'all: I'm trying to write some QT apps, just really toying around with C++, but when I try to compile ANY of the QT apps, using the command line: g++ -I/usr/local/qt/include -L/usr/X11R6 -lqt filename.CC I get an error message about a whole bunch of undefined references... Can anyone help me out? Thanx, Brant __ Get Your Private, Free Email at http://www.hotmail.com
QT Errors....
Howdy Y'all... I'm trying to write some QT1.42 apps; they won't compile when I issue the command: g++ -I /usr/local/qt/include -L/usr/X11R6/lib -lqt TestCalc.cc I get the following error messages: /usr/lib/crt1.o(.text+0x36): undefined reference to `main' /tmp/ccc01819: In function `TestCalc::TestCalc(QWidget *, char const *)': /tmp/ccc01819(.text+0x28): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x32): undefined reference to `TestCalc virtual table' /tmp/ccc01819: In function `TestCalc::~TestCalc(void)': /tmp/ccc01819(.text+0x18fa): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x1901): undefined reference to `TestCalc virtual table' collect2: ld returned 1 exit status HELPPP NOTE: I have qt1.42 installed in /usr/local/qt. The include dir is /usr/local/qt/include, and the lib files are in /usr/local/qt/lib. Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
QT Errors....
Howdy Y'all... I'm trying to write some QT1.42 apps; they won't compile when I issue the command: g++ -I /usr/local/qt/include -L/usr/X11R6/lib -lqt TestCalc.cc I get the following error messages: /usr/lib/crt1.o(.text+0x36): undefined reference to `main' /tmp/ccc01819: In function `TestCalc::TestCalc(QWidget *, char const *)': /tmp/ccc01819(.text+0x28): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x32): undefined reference to `TestCalc virtual table' /tmp/ccc01819: In function `TestCalc::~TestCalc(void)': /tmp/ccc01819(.text+0x18fa): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x1901): undefined reference to `TestCalc virtual table' collect2: ld returned 1 exit status HELPPP NOTE: I have qt1.42 installed in /usr/local/qt. The include dir is /usr/local/qt/include, and the lib files are in /usr/local/qt/lib. Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
QT Errors....
Howdy Y'all... I'm trying to write some QT1.42 apps; they won't compile when I issue the command: g++ -I /usr/local/qt/include -L/usr/X11R6/lib -lqt TestCalc.cc I get the following error messages: /usr/lib/crt1.o(.text+0x36): undefined reference to `main' /tmp/ccc01819: In function `TestCalc::TestCalc(QWidget *, char const *)': /tmp/ccc01819(.text+0x28): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x32): undefined reference to `TestCalc virtual table' /tmp/ccc01819: In function `TestCalc::~TestCalc(void)': /tmp/ccc01819(.text+0x18fa): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x1901): undefined reference to `TestCalc virtual table' collect2: ld returned 1 exit status HELPPP NOTE: I have qt1.42 installed in /usr/local/qt. The include dir is /usr/local/qt/include, and the lib files are in /usr/local/qt/lib. Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
QT Errors....
Howdy Y'all... I'm trying to write some QT1.42 apps; they won't compile when I issue the command: g++ -I /usr/local/qt/include -L/usr/X11R6/lib -lqt TestCalc.cc I get the following error messages: /usr/lib/crt1.o(.text+0x36): undefined reference to `main' /tmp/ccc01819: In function `TestCalc::TestCalc(QWidget *, char const *)': /tmp/ccc01819(.text+0x28): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x32): undefined reference to `TestCalc virtual table' /tmp/ccc01819: In function `TestCalc::~TestCalc(void)': /tmp/ccc01819(.text+0x18fa): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x1901): undefined reference to `TestCalc virtual table' collect2: ld returned 1 exit status HELPPP NOTE: I have qt1.42 installed in /usr/local/qt. The include dir is /usr/local/qt/include, and the lib files are in /usr/local/qt/lib. Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
QT Errors....
Howdy Y'all... I'm trying to write some QT1.42 apps; they won't compile when I issue the command: g++ -I /usr/local/qt/include -L/usr/X11R6/lib -lqt TestCalc.cc I get the following error messages: /usr/lib/crt1.o(.text+0x36): undefined reference to `main' /tmp/ccc01819: In function `TestCalc::TestCalc(QWidget *, char const *)': /tmp/ccc01819(.text+0x28): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x32): undefined reference to `TestCalc virtual table' /tmp/ccc01819: In function `TestCalc::~TestCalc(void)': /tmp/ccc01819(.text+0x18fa): undefined reference to `TestCalc::QPaintDevice virtual table' /tmp/ccc01819(.text+0x1901): undefined reference to `TestCalc virtual table' collect2: ld returned 1 exit status HELPPP NOTE: I have qt1.42 installed in /usr/local/qt. The include dir is /usr/local/qt/include, and the lib files are in /usr/local/qt/lib. Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: smbfsx
>Date: Thu, 18 Feb 1999 20:11:42 -0500 >From: Matthew Cocker <[EMAIL PROTECTED]> >To: debian >Subject: smbfsx > >I am trying to mount a samba server via the follow command > >bash-2.01$ smbmount-2.1.x //host/share -c 'mount /directory -u 123 -g >456' > >I get the following out put > >Added interface ip=xxx.xxx.xx.x bcast=xxx.xxx.xx.xxx nmask=xxx.xxx.xxx.0 >Server time is Thu Feb 18 20:07:00 1999 >Timezone is UTC-5.0 >Password: >Domain=[] OS=[Unix] Server=[Samba 1.9.15p8] >security=user >bash-2.01$ smbmnt must be installed suid root >mount failed > >How do I set suid to root? > >Cheers Matt > Howdy Matt, You can login as user ROOT, or you can run the 'su' program from the bash$ like this: bash-2.01$ su root rootpassword su works like this: su username userpassword, on my system, use the su command like this: bash-2.01$ su root root This logs you in as user root. After you have gotten the mount successful, exit and return to normal user mode by typing 'exit' from the bash$ Hope this helps, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: Xfree86 and nVidia riva TNT
Howdy Leonardo Have you tried setting the default resolution using the XF86Setup? See what happens... You may have to toy around with the /etc/X11/XF86Config file to fine tune it... HTH, BrantW "RAM... Rarely Adequate Memory..." >From: "Leonardo Bermudez" <[EMAIL PROTECTED]> >To: debian-user@lists.debian.org >Subject: Xfree86 and nVidia riva TNT >Date: Fri, 26 Feb 1999 05:00:22 PST > >What graphic server should I use in order to make my riva TNT work with >X? > >The problem is that X only starts in 320 x 200 resolution, even with the >SVGA server. > >Thanks > > >__ >Get Your Private, Free Email at http://www.hotmail.com > > >-- >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > __ Get Your Private, Free Email at http://www.hotmail.com
cpu used too much...
Howdy Y'all I'm a VB Programmer trying to pick up on Linux & C++... When a program goes into a loop, like when a program crashes, the computer will act strange... Things will be extremely slow, or will not work, etc... If you check with 'top' & see what's eating up your cpu, like Andrei suggested, make sure you know what the process is that is eating up the cpu time... If you are not familiar with it, see what others may know.... Hope This Helps, Brant Wells
Re: Please HELP ME!!!
Hey Nuno: Try adding the 'mount' commands into the /root/.bash_profile (.bash_profile is the autoexec file in each user's HOME Directory...But only the root user, or one who has root access can mount partitions, etc. Hope this helps, Brant Nuno Donato wrote: > I really need some help here. > How can I have Linux to mount automatically my hard drives > at boot. Because every time I run Linux, I have to mount all > my partitions into separate directories. > Can I create some type of autoexec file? > > PLEASE HELP ME! > > __ > Get your free web-based email at http://www.xoom.com > SPECIAL OFFER: 250 Web Site Templates, Only $29.95! - > http://orders.xoom.com/email > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Re: nfs
Howdy: Make sure that the DNS is active on one machine or the other, and that the names are still set up properly... I'm assuming (should I?) that you are running a tcp/ip based net... Also: You may want to try to issue the mount command using the command line option for IP address (I may be thinking about smbmount??) HTH, Brant > Under hamm, I could successfully export a file system from a i386 > machine running hamm to a SGI running IRIX 6.5 so that the command > mount debian:/home /mnt > issued on the IRIX 6.5 machine worked giving output something like this. > > kakapo 16# mount blitzen:/home /mnt > mount: blitzen:/home server not responding: Program/version mismatch; low > version = 1, high version = 2 > NFS version 3 mount failed, trying NFS version 2 > mount: blitzen:/home server ok > > Now when I upgrade the i386 to slink and try the same thing on the SGI I > get > > akapo 19# mount lira:/home /mnt > mount: lira:/home server not responding: Program not registered > NFS version 3 mount failed, trying NFS version 2 > mount: retrying >/mnt > NFS version 3 mount failed, trying NFS version 2 > > and it keeps on trying this for ages. > Does anyone know a solution to this problem? > > > > Shashi Kanbur [EMAIL PROTECTED] > Five College Astronomy Department, > University of Massachusetts, > Amherst, > MA 01003 > USA > (413) 577 0470 (413) 545 4223 (Fax) > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
[no subject]
Howdy All... I have started having an SMBMOUNT problem, mounting a shared folder off of an NT Server machine...It was working before I had to re-compile my kernel 2.0.34 to have vfat & sound support...The only other change I've made, is I've added my NT Worksation Partition to the /etc/fstab file... Now, when I issue the smbmount command, I get something like this: ShadowGate:/root# smbmount //dahouse/c_on_dahouse /dahouse -U BW07442 -P shadowgate.com -I 192.168.0.10 mount error: Operation not supported by device Please look at smbmount's manual page for possible reasons I looked at the man page, and it was no help... :( Can any one help me out?? Thanks, Brant Wells ||| ||| | ||| ||| |||
SMBMOUNT Problems...
Howdy All... I have started having an SMBMOUNT problem, mounting a shared folder off of an NT Server machine...It was working before I had to re-compile my kernel 2.0.34 to have vfat & sound support...The only other change I've made, is I've added my NT Worksation Partition to the /etc/fstab file... Now, when I issue the smbmount command, I get something like this: ShadowGate:/root# smbmount //dahouse/c_on_dahouse /dahouse -U BW07442 -P shadowgate.com -I 192.168.0.10 mount error: Operation not supported by device Please look at smbmount's manual page for possible reasons I looked at the man page, and it was no help... :( Can any one help me out?? Thanks, Brant Wells ||| ||| ||| ||| ||| |||
Re: I really need help!
Howdy Y'all There is a way to set up an "autoexec.bat" kindof thing in Debian, based on each user... in the users home directory, edit the ".bash_profile" This works if you are using the bash shell. HTH, Brant Christian Dysthe wrote: > Hi, > > I had the same problem. See the thread "Where is /etc/rc.d/rc.local on Debian" > in this mailing list a couple of days ago. > > No, there isn't any "autoexec.bat" in Linux. You will have to put stuff you > want to start in etc/init.d and then update the boot scripts so that your > additions also get included for the different runlevels. Again, there is a lot > of information in that thread I mentioned regarding this. It was no > is no simple task for a Linux newbie like me to grasp the boot system of > Linux, > but I did get what I needed to run running. > > On 02-Apr-99 [EMAIL PROTECTED] wrote: > > Nuno Donato dixit: > >> I really need sme help here. If you can, please help me. > >> I want to know if there is a kind of autoexec.bat file in > >> Linux, so that each times it boots, it automatically > >> executes some commands. > >> I need this because I have downloaded Blender(3d Software), > >> and i must install symbolic links. But because I don't know > >> how to do this before running Blender I need to execute a > >> LARGE command. > >> Do you know how ot install symbolic links? > > > > You don't install symbolic links, you create them ... do `man ln' for more > > information (`ln -s' will create a symlink). > > > > As for an autoexec.bat, not sure, I guess it depends on what you want to do, > > but mostly /etc/profile, or ~/.bash_profile, ... > > > > Regards > > > > Horacio > > -- > > Claves - GnuPG/PGP - Keys : http://www.rediris.es/cert/keyserver > > o/or > > Envía un mensaje vacío a [EMAIL PROTECTED] con la línea de asunto: > > Send a blank message to [EMAIL PROTECTED] with the subject line: > > Tipo de Clave/Key TypeAsunto:/Subject: > > > > DSA/ElGamal fetch dsa/elgamal > > DSS/Diffie-Hellmanfetch dh/dss > > RSA fetch rsa > > > > > > -- > > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < > > /dev/null > > > > --- > Regards, > Christian Dysthe > Email: [EMAIL PROTECTED] > Date: 02-Apr-99 > Time: 18:00:26 > UIN: 3945810 > This message was sent by XFmail > Powered by Debian GNU/Linux > --- > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Kernel 2.2.3 & Kernel Panic...
Howdy All! I've been working with installing the Kernel 2.2.3, and I have a problem... After I run the 'make menuconfig' and then 'make clean; make dep; make install'... I then make a boot file for the NT Boot Manager... When I get the NT Boot Manager to go to Linux, Everything works fine, until it comes time to mount the hard drive... I get a MSDOS FAT 12... yada yada yada... Then I get: Kernel Panic. Unable to mount the root partition on 16:05 I have DOS Fat support turned on, and the VFAT support is turned on... The MSDOS Fat is not set (It doesn't work even if it is set)I have SCSI & PPA enabled for my ZipDrive Can anyone tell me what I'm doing wrong? Thanks, Brant
Re: Kernel 2.2.3 & Kernel Panic...
Howdy All... My Linux box is running on an ext2 partition. I use 'make install' , because it automatically makes the necessary changes for me, plus the fact that the last time I tried 'make zImage', it wiped out my Hard Drive when I installed it. I just went back and looked at the setup in 'menuconfig' I see absolutely nothing about Ext2 under the FileSystems tab I do have enabled, Second extended fs... When you use zImage, what do you do after it makes the zImage?? Move the file to the /boot directory? Thanks, Brant. "2-1 INF BN S3 CLK (Lutgens, SPC)" wrote: > Are you running Linux on and ext2 file system or umsdos? Make sure the > kernel is compiled for support for which ever one you need. If Linux is on > an ext2 partition the vfat (etc.) support shouldn't matter. Double check > that ext2 support is enabled ( it should default but you never know) also I > am curious why the make install You mean "make zImage" maybe? I have only > been using Linux for a year and a half but I have always done make zImage.
Re: New install: net unreachable
Howdy: Have you checked to make sure that the latptop PCMCIA packages are installed? Just checking, Brant. Chris Brown wrote: > Please help, this is a newbie being stupid question > > I've done several slink installs that have worked fine. > > I'm trying to install it on my laptop now and am having problems > with the system once its installed. Basically everything seems > fine but I can't use the network (3c589 pcmcia ethernet). I can ping > the machine's own address but pings anywhere else result with ping > declaring "not allowed"... > > My ifconfig and route table look fine. I know the driver and network > is okay because the entire system was nfs installed initially! This > problem occurs when I reboot after completing the entire install > process. > > I suspect that I've (unknowingly) installed some sort of ip security > program that is not allowing network access, I see things in the boot > log like "ip paranoia deamon"... and others that I don't understand. I > used the custom package selection of dinstall. I've carefully done > the process twice with the same results. > > As a newbie, I have no idea how to search the OS to find the > offending software if that's the problem. > > Besides any suggestions on what might be causing this problem, can > someone please let me know how I'd (efficiently) go about tracking > down offending software in general? > > TIA, > Chris > > * > Chris Brown [EMAIL PROTECTED] !!! HELP FIGHT SPAM !!! > > Join; www.cauce.org See; spam.abuse.net, spamsucks.com, www.cm.org > > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Re: vmware/kernel
Howdy: You are running Kernel v2.2.5, right? Did you install VMWare before or after you installed 2.2.5? I've got the same problem on a different scale, but VMWare installs and runs... Does yours install at all? Go a head and tell it to install VMWare onto your computer. As for the Ncurses Libs, just download the newest ones off of www.debian.org... HTH, Brant Kelvin wrote: > while doing a make menuconfig > > i get : > There seems to be a problem with the lxdialog companion > utility which is > built prior to running Menuconfig. Usually this is an > indicator that you > have upgraded/downgraded your ncurses libraries and did not > remove the > old ncurses header file(s) in /usr/include or > /usr/include/ncurses. > > It is VERY important that you have only one set of ncurses > header files > and that those files are properly version matched to the > ncurses libraries > installed on your machine. > > You may also need to rebuild lxdialog. This can be done by > moving to > the /usr/src/linux/scripts/lxdialog directory and issuing > the > "make clean all" command. > > can anyone help please? > > and also for vmware while a ./install.pl > i get : > Whoa, something is wrong with the system include files on > your machine! > The file is for a 2.2.1 Linux system but > you are > running a 2.2.5 kernel. This will not work for building > the VMware > device drivers; you must have include files that match the > version of > your operating system. > > Any help would be appreciated > > thnx > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
What DO you lose with Linux
Howdy all... I saw a message in this thread pass by a couple of days ago... It was talking about some software called VMWare. Http://www.vmware.com Anyone that has a PC with Linux & Win 9x/NT installed needs to see this site. I've downloaded the software for Linux (still in the first beta stages), but it works,and works well. It allows you to run Linux & Win 9x/NT on the same PC at the same time! I've got a Pentium 200 MMX system, with 48 megs of ram... Linux runs the Vmware program, that runs NT 4.0... While under VMWare, NT runs a little slower, but it is still VERY usable. I reccommend this program to anyone who has Linux & Win on the same machine, and a fast computer (A Pentium II 233/266 w/32 megs of ram would be nice). See Ya, Brant
How can I set Linux up as a File Server?
Howdy All, I've got a Linux box up and running, and have no problems with it (Thank God!). I have one more thing I need to do before I will be satisfied... How can I set Linux (Debian2.0) up as a file server? I have three PC's on the network... 1. WinNT4 2. Win98 3. Linux I need linux to be able to share files, etc... Can anyone help me? (Sorry if this message is repetitive.. I've been away from my e-mail a while... thanx) Thanks Y'all, Brant. __ Get Your Private, Free Email at http://www.hotmail.com
RE: Installing Debian and WinNT4.0
Hey Tom! How are you? I got NT & Linux to work like this: Boot up linux, and log in as Root get to a command prompt when you have, type the following: dd if=/dev/hda2 of=/dev/fd0/lnxboot.sec bs=512 replace /dev/hda2 with the boot partition for linux (usually hda2, I think...) Set WindowsNT to boot, and crank it up, Logon as Administrator (or with Administrator Privs...) open up a dos window, and remove all the attributes of the file C:\Boot.ini then, make a folder on your c-drive and put the file from the (lnxboot.sec) in this folder...Example... from dos window, attrib C:\Boot.ini -s -h -r md C:\LinuxBoot copy a:\lnxboot.sec C:\Linuxboot after you have done this, then edit the boot.ini file... The quickest thing to do, is add one line...It should look something like this: C:\LBOOT\LNXBOOT.SEC="Debian Linux!" then save the file... Exit the dos prompt, and reboot the computer... When the WinNT boot screen comes up, you should see a choice that says whatever you put in, like "Debian Linux!" Just select it, and press enter... If all goes well, and is done correctly, then your Linux System Will boot... Let me know if this works... Brant Wells. "Whosoever shall call upon the name of the Lord shall be saved." Romans 10:13, KJV __ Get Your Private, Free Email at http://www.hotmail.com
Downloading & Installing WP8....
Howdy Y'all I just downloaded the WordPerfect 8 GZ file from the Corel Ftp site... I downloaded the single part version (I saved the file as WordP8.gz) When I go to unzip it (using gzip -d), I get an error saying that the file is not a GZipped file...I downloaded it with Netscape 4.5 (which thank God installed flawlessly...) What should I do? Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Thanks... :)
Howdy Y'all Thanks for helping me get Wp8 installed... Everything went fairly smoothly... Now I have just one tiny problem... It doesn't run :( Help!! (again) Thanks, Brant. I really appreciate the help that this list has been to me! keep up the good work y'all :) __ Get Your Private, Free Email at http://www.hotmail.com
Why WordPerfect won't run....
Howdy Y'all My WP8 installed correctly, but I am unable to execute it for some reason... If I start an X-Term session, I get a command not found error... :( It doesn't matter who I log in as, it won't run, even if I go to the folder that it is installed in... For reference, I am running the Bash shell prompt (default?).. Thanks again... Brant. __ Get Your Private, Free Email at http://www.hotmail.com
RE: Wordperfect Fixed!!!
Howdy y'all... I got Wp8 fixed... I think :) I just added it into the path line, and it has started working... Thanks for all the support! Brant Wells, "Seek ye first the kingdom of God and His righteousness, and all these things shall be added unto you." Matthew 6:33 __ Get Your Private, Free Email at http://www.hotmail.com
A couple of simple questions... I think
Howdy All... 1) I got Netscape 4.5 installed on my system... If I login as ROOT, I am not able to run Netscape... What do I do?? 2) I've need to print to a printer that is shared on a WinNT 4.0 machine... as \\DAHOUSE\HPDESKJE how do I set that up in Linux? Any help would be greatly appreciated. Thanks, Brant Wells __ Get Your Private, Free Email at http://www.hotmail.com
Printing on win95
Howdy all... I've got samba set up to where I can print to a shared printer... But the files have to be text files, and I have to do it manually from the smb:> prompt :( WP8 will go through the motions, but will not print to the printer... I created a script for this, /usr/bin/netprint it looks like this: * #!/bin/sh smbclient dahouse\\hpdeskje shadowgate.com -U BW07442 -P -c 'print' * My /etc/printcap file looks like this: * lp1¦Deskjet:\ :lp=/dev/null:\ :sd=/var/spool/lpd/lp:\ :if=/usr/bin/netprint:\ :df=/etc/filter.ps:\ :tf=/etc/filter.pcl:\ :af=/var/log/lp-acct:\ :lf=/var/log/lp-errs:\ :pl#66:\ :pw#80:\ :pc#150:\ :mx#0:\ :sh: Anyone see anything wrong?? Thanks a plenty, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Help (again~!!) and then some...
Howdy y'all :) Sorry I've been off the air for so long (I've been waiting for my debian Cd's to get here).. I finally got them :) Okay here's the scoop... I was running kernel 2.0.32, and I custom compiled 2.0.34 for sound using make menuconfig...Here's the problem... Under kernel 2.0.32, I could issue a mount command, such as mount /dev/hda1 /ntpart and it would mount the the Fat16 partition just fine, or the CDROM... Now, under 2.0.34, I have good sound... but I can't mount my fat16 partition or my cdrom... I get the 'you must specify partition type'... I try vfat for the /dev/hda1 , and it tells me it is not supported... Help Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Thanks!
Howdy Y'all! Thanks for all the help out there! I got it working. Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: ppa zip drive
Howdy bekj, Check in your bios settings or your IO Board (Mouse/Printer, etc) to make sure that the LPT1 is set to address 378. BTW--What version of Debian are you running? (2.0R1 has the ZipDrive Support built in)... Hope that helps, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Soundblaster 16 & Midi Problems...
Howdy All: I finally figured out how to get my sound working :) My SoundBlaster 16 works GREAT for playing sound files(wav's) and Audio CD's... But when I go to play a Midi file, It sound like the reverb is set to max and bass is set to almost none...I have to turn the speakers up to hear the bass parts in my music I've got the following items enabled: Sound Support Sound Blaster 16 Support Generic OPL2/3 FMSynthesizer Support /dev/dsp & /dev/audio support Midi Interface FMSynthesizer (YM3812/OPL-3) ** My Sound Blaster IO Port = 220 Sound Blaster IRQ = 7 Sound Blaster DMA = 1,5 MPU401 IO Port= 330 SB MPU401 IRQ = -1 Audio DMA Buffer =65536 *** Can anyone help me out? For Reference: I'm using KMIDI (or KMID) either produces the same results... And kernel 2.0.34 Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Printing to a WinNT shared printer using LP & SAMBA...
Howdy y'all :) I've got timidity & the packages installed ( and the MIDI files sound good!!). Now... I've one more tiny ( I hope problem...) A while back, I sent out an e-mail asking how get linux to print to a network printer...I never had a chance to get it working... my Linux box kept crashing (cause of things I did...) and I had to wait for CD's to come in... I need to know how to setup Linux to print to an nt printer set up to share as: \\dahouse\HPDESKJE . I've got Samba installed & working properly (and the SMBMOUNT), also, I've got LPR installed...my /etc/printcap file looks like this: lp|HPDeskjet:\ :lp=/dev/null:\ :sd=/var/spool/lpd/lp:\ :df=/etc/filter.ps:\ :tf=/etc/filter.pcl:\ :af=/var/log/lp-acct:\ :lf=/var/log/lp-errs:\ :pl#66:\ :pw#80:\ :pc#150:\ :mx#0:\ :sh /usr/bin/netprint My /usr/bin/netprint script looks like: smbclient dahouse\\hpdeskje shadowgate.com -U BW07442 -P -c 'print -' Anybody see anything I can do to help? Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
KDE & Toolbar icons...
Howdy Y'all! I had to reformat my Linux box because NT screwed up the partitions... I re-installed everything from scratch...But this time, I'm having new problems... With KDE, the KDE Icons (like in the kfm) appear as black blocks or trashy images...I'm using KDE 1.0, off of the Debian Archive 1 cd (August 98)... can anyone help? Thankx, Brant __ Get Your Private, Free Email at http://www.hotmail.com
XWIN Fixed
Howdy All! Many thanks to those who e-mailed me regarding my X problems :) All fixed now :) Thanks, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: I really need some help!
Hey Nuno! How are you? Log in to your Linux system as root. Then run the dselcect to install the packages (libs, etc..) When you get into dselect, go to the packages list, and then press the / key. Then, you can search for the libs that it is missing, like for xpm, or libg++, etc. (You don't have to use the version #, just the first few letters)...Press the \ key, to see if there are any more matches to what you are looking for... For the qt libs, you need to go to http://www.troll.no/dl and there you'll find the qt libs. >Some of the libs asked for are: xpm, libg++27, libjpegg-dev, >and >something like qp something. Hope this helps. Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: OT: Network design
Hey Guys :) Mark Brown wrote: > On Tue, Apr 13, 1999 at 02:40:24PM -0400, Dan Brosemer wrote: > > > I'm thinking of using ipmasq to share a cable-modem among many machines. > > I would like to set up a DNS on this (gateway? proxy?) in order to resolve > > names inside this subnetwork. I would also like to telnet into the boxen > > on the inside from the outside. > > > Is this possible? (the telnet bit) and if so, how? I would have only one > > You can't do that. The best you could would be have a gubbins on the > firewall which made it easy to open a login session to the other boxen. > It's probably easier just to log in to the firewall normally and open a > login session out of that. What you can do, is take the firewall and map a specific port to the IP address of one of the local machines... I'm not familiar with the Linux Firewall (yet), but I'm sure you can map something like port 23 to IP address 192.168.0.110 or something like that. I ran behind a home firewall like that for a while (for incoming telnet...)... That should work under Linux as well. HTH, Brant
Linux as NFS...
Hi All I was just wondering if there was a way to set Linux up as an NFS server without all the hassle of creating an exports file, etc. etc... Just one that I can install & go...??? Thanx, Brant
Re: Linux as NFS...
Hey :) Thanx! I read the man pages on the exports file & I couldn't understand it... I think I see what I need to do now :) Thanx! Thanks Brant Wells Mitch Blevins wrote: > How would you tell the server which directories to serve? > > The exports file is already there. Just type the name of the directory > you want to server in the file (one per line). This is the minimum > that you have to do. > > Next time you reboot (or just reread the config files) it will be running. > > How much closer to install and go can you get? > > -Mitch > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Using Xapps on another Linux system
Howdy: I'm looking for some help... I have Netscape installed on my Linux box & I need to get it to come up on my other Linux box using the XWindows system (Workshop)--(Linuxbox w/Netscape). I need netscape to run on the Workshop's XServer on display :0.0 (Workshop:0.0)... How can I get it to come up?? When I try, I get the MIT-MagicCookie -1 error Help! Thanks, Brant
I need some software...
Howdy All :) I'm looking for some software that will turn Windows NT/9X into an X Server--where I can telnet in from a Linux station & run Windows apps under X... TCP/IP MIRC32 ... Anybody know of anything? Thanks, Brant Wells!
Kernel Source Installation Probs...
Howdy All: How are ya? Last night, I was working on installing the Kernel 2.2.3 Sources. I unpack them and then run 'make menuconfig' and this is what I get... rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="" -c lxdialog.c -o lxdialog.o In file included from lxdialog.c:22: dialog.h:22: sys/types.h: No such file or directory dialog.h:23: fcntl.h: No such file or directory dialog.h:24: unistd.h: No such file or directory dialog.h:25: ctype.h: No such file or directory dialog.h:26: stdlib.h: No such file or directory dialog.h:27: string.h: No such file or directory dialog.h:29: curses.h: No such file or directory lxdialog.c:53: locale.h: No such file or directory make[1]: *** [lxdialog.o] Error 1 make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog' make: *** [menuconfig] Error 2 Helllp! TIA, Brant
Re: xhosts question..
Howdy Allen: In your $HOME direcotry, edit the file .xinitrc In this file somewhere should be a line that says something like: xhost + blablabla. If you have no need for security (in a small home network like mine...) you can just add in: xhost + and and that should solve the problem. I think you may have to be root to run xhost. I'm not sure. HTH, Brant W. "Allen B. Riddell" wrote: > Ok, I'm using xdm and everything, when I su to root from my normal account > and try to use x programs -- the program yells at me and tells me to use > xhost to add whatever host to the list of approved addresses... > > Anyway -- so I get out of the shell and type xhost localhost or something > like that -- then I su back and everything works fine. > > I've read "man xhost" or xhosts, can't remember which -- but anyway, I > can't decipher if there is some file that controls access that I could just > add localhost or whatever to and avoid this whole mess in the first place? > > Can someone help? > > -abr > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
[SOLVED!!]:Kernel Source Installation Probs
Hey Y'all :) Thanks for the help. It worked!! I don't know what happened--I had the source code installed perfectly before, and then it just went crazy on me... Oh, well--I'm back in business. Thanks! TAL [Thanks A Lot!], Brant
IDE for JAVA
Howdy All :) Is there anyone that knows of a good Java Programming Environment for Linux?? TIA, Brant
Telnet Problems...
Howdy All: I've recently discovered a problem on my two Linux boxes in the house. If I am not connected to the internet, I cannot telnet between the two of them :( Can anyone help? Linuxbox (Computer 3) Tcp/IP: 192.168.0.115 Subnet 255.255.255.0 Gateway 192.168.0.10 DNS 206.66.158.201 (My ISP) Workshop (Computer 4) TCP/IP: 192.168.0.120 Subnet 255.255.255.0 Gateway 192.168.0.10 DNS 206.66.158.201 (My ISP) What happens, is I can telnet to the system(ie: telnet 192.168.0.115), and it will say 'Connected' but it will never show the login prompts. However,. if I am connected to the net, it works without a problem.. Can anyone help??! Thanx,. Brant
[SOLVED!!]: Telnet Problems
Hey Y'all!! Thanks for the tips on the telnet problem-- it worked!! :) Thankfully Yours, Brant
Visual Basic type IDE/Compiler
Hi Y'all Does anyone know of a good Visual Basic Style IDE for Linux?? Or how about an ELF compiler for basic?? TIA, Brant
Hawking PN102TX--Help!!
Howdy Y'all :) I just got a Hawking 10/100 mbps network card. Can anyone help me set it up?? I've got the Linux module sources that are on a disk, and when I compile under Kernel 2.2.3, I get an error about the being obsoete. Is there some way I can patch the source code to fix this? Or does anyone have the source code that works under Linux kernel 2.2.x?? TIA, Brant
Re: Display issues
Howdy :) You need to start up a xterm session after you run startx. Do this by going into your $HOME/.xinitrc file and add a line in there somewhere before your window manager (usually the last line) to the effect of xterm& and then try to run those programs after you get into X. HTH,. Brant André Bell wrote: > Everytime I run anything from the command line that requires x I get one of > these errors: > >- unable to open display >- cannot connect to X server > > I can run startx just fine. I don't get display errors there at all. But > if I type xhost, xtv, or any other x application from the command line I > get one of the above error messages. > > I've changed my xf86config file several times to select vga and svga > displays as well as cycled through the cards, and still I get those errors. > Maybe the display errors are unrelated to xf86config setup(?). > > Any ideas how I can get these applications to run from the command line > without those error messages popping up? > > Thanks! > > Andre > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Permedia 4mb Video (PCI)...
Howdy Y'all: I've got a Permedia PCI Video Card w/4 megs of Ram. After I installed the card, when I run startx, the screen goes black & I have to turn my machine off & back on before the video comes back... Help!! TIA, Brant
RAM Problems....
HI all: I have a Pentium II 333 w/ 96 megs of ram. However, when I'm running Debian 2.1, or any other Linux distro, I only show 64 megs of ram... What do I do?? Current Kernel=2.2.1 Thanks, Brant Wells __ Get Your Private, Free Email at http://www.hotmail.com
Re: RAM Problems....
Hi All... Thanks for the replies... I finally got the 2.2.1 kernel booted... It did solve the problem :) Thanx , Brant Wells; [EMAIL PROTECTED] __ Get Your Private, Free Email at http://www.hotmail.com
Network Card on PCMCIA...
Howdy Y'all I'm doing an installation of Debian for a friend. He's got an IBM Thinkpad 360Cs w/8 megs of ram & a 165 meg hard drive. I need to get the TrendNet PCMCIA network card going, so I can mount the Debian CD that's on My linux box... Help! Thanx Brant Wells "As for me and my house, we will serve the Lord." Joshua 24:15 __ Get Your Private, Free Email at http://www.hotmail.com
XF86 probs on IBM Thinkpad 360Cs
Hi all... It's me again... :( Okay... Here's the deal... I've got the same IBM 360Cs up and running in the text mode...When I run X (or even the XF86Setup), the display goes blank. The Computer is an IBM Thinkpad 360Cs, 8 megs of ram, WD9030 Video, and a 165 meg hard drive. The system is running Debian 2.0 w/ 2.0.34 kernel, and XFree86 3.3.2. When X comes up (XF86_SVGA) it comes up in 640x480 mode (which is good), but the screen is not right... If I move the mouse to the right edge of the screen, I can see another one come out on the left side. Same thing for the top and bottom... Below is a copy of my /etc/X11/XF86Config file: --- # File generated by XConfigurator. # ** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ** # ** # Files section. This allows default font and rgb paths to be set # ** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (they are concatenated together) FontPath"/usr/X11R6/lib/X11/fonts/misc/" FontPath"/usr/X11R6/lib/X11/fonts/Type1/" FontPath"/usr/X11R6/lib/X11/fonts/Speedo/" FontPath"/usr/X11R6/lib/X11/fonts/75dpi/" FontPath"/usr/X11R6/lib/X11/fonts/100dpi/" EndSection # ** # Server flags section. # ** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging #NoTrapSignals # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. #DontZap # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. #DontZoom AllowNonLocalVidtune EndSection # ** # Input devices # ** # ** # Keyboard section # ** Section "Keyboard" Protocol"Standard" # when using XQUEUE, comment out the above line, and uncomment the # following line #Protocol "Xqueue" AutoRepeat 500 5 # Let the server do the NumLock processing. This should only be # required when using pre-R6 clients #ServerNumLock # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) #Xleds 1 2 3 #To set the LeftAlt to Meta, RightAlt key to ModeShift, #RightCtl key to Compose, and ScrollLock key to ModeLock: LeftAltMeta RightAltMeta ScrollLock Compose RightCtlControl # To disable the XKEYBOARD extension, uncomment XkbDisable. #XkbDisable # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: #XkbModel"pc102" # If you have a US Microsoft Natural keyboard, you can use: #XkbModel"microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: #XkbLayout "de" # or: #XkbLayout "de" #XkbVariant "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: #XkbOptions "ctrl:swapcaps" # These are the default XKB settings for XFree86 #XkbRules"xfree86" #XkbModel"pc101" #XkbLayout "us" #XkbVariant "" #XkbOptions "" XkbKeycodes "xfree86" XkbTypes"default" XkbCompat "default" XkbSymbols "us(pc101)" XkbGeometry "pc" XkbRules"xfree86" XkbModel"pc101" XkbLayout "us" EndSection # ** # Pointer section # ** Section "Pointer" Protocol"ps/2" Device "/dev/mouse" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. #Protocol "Xqueue" # Baudrate and SampleRate are only for some Logitech mice #BaudRate 9600 #SampleRate 150 # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3T
Re: netscape 4.7 and download
HI all... Jean Yves BARBIER wrote Hi, > > I wonder if somebody has found how to recover files downloaded > (especially from ftp) in the netscape cache? > (these files which are printed to the screen while dowload them) > > The only way I found is to watch the modification time of the > cache directories, and recover the last file, with a scrubby name. Would someone please hit me with a cluestick? I don't >understand this. Whenever I use Netscape to download a file, it >downloads it into my user's home directory; no need to muck about in >the cache. Isn't the cache just for HTML pages with their associated >graphics files (GIF, JPEG)? Are you using 4.7 Navigator, or >Communicator? I use the latter. Do these two work differently? -- Ed C. Just a quick hint for downloading files... If you click on a link to download a file, and the screen fills up with garbage (ie when I download a .deb file), hit the Back button, and Right Click on the link and choose save link as. While I'm running Linux, I have just made it a habbit to right click on the files that I want to download... Hope This Helps, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: XF86 probs on IBM Thinkpad 360Cs
Hey Again :) EGM>I'm gueessing something's wrong with your modelines to producethis effect. When you configured X did you use xvidtune to adjust the timings (and screen size under various resolutions)? It usually does a pretty good job despite the warning. I don't use FVWM so I can't help you configure it. I'm fond of IceWM, which would probably work well under your hardware constraints (it's fairly lightweight). I never liked the mouse at the edge of the screen popping over to the next virtual desktop -- rather change desktops with a pager. But, heh, Linux is about choice! ++ | Eric G. Milleregm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | ++ Out of all the WM's for Linux, I like KDE the best, but when I'm installing a system, or a small one like this, IceWM is by far the best!! Right On :) When I run the XF86Setup prog, I don't get any display at all. The screen goes black while it switches graphics mode, and then, all I get is nothing... I can't CTL+ALT+BKSPC to get back to my command prompt, or anything... I have to reset the computer :( I like XVidTune :)... If I could see it... (grin) Any ideas(?) I appreciate the help :) Thanx, Brant ([EMAIL PROTECTED]) __ Get Your Private, Free Email at http://www.hotmail.com
Re: XF86 probs on IBM Thinkpad 360Cs
Hey :) Sorry, I'm not much of an X'pert. However, if X runs after configuring with xf86config, then you can still run xvidtune. Haven't a clue if that'll help your problem though. -- ++ | Eric G. Milleregm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | ++ Don't worry about it ;) I read a few things on the net today, I just didn't want to try them... I did, and they didn't help :( Oh, well... He'll just have to be happy with a $ prompt for a while (grin). 'Preciate the help! Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: Need help for x window
From: jh <[EMAIL PROTECTED]> Hi. I have recently installed the x packages from cd. When I type startx I receive: Could not find file! Tried /root/xf86config /etc/x11/ef86config /usr/x11r6/lib/x11/xf86config.debian /usr/x11r6/lib/x11/xf86config Fatal server error: No config file found! My question is how do I find and properly install xf86config? I'm pretty sure that I installed all the x packages in dselect. Could someone help me in layman's terms? Thank you all very much. Jeff Have you tried running xf86config, or XF86Setup? One of these is on your computer, if you installed X right ;) HTH, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: small dselect question
Hi. If I just want to install 1 program from dselect, would I want to go through and put an = sign by the programs that are currently installed so it doesn't have to go through all the files when installing? I hope this question makes sense. If you know exactly where the .deb package is, you can skip making it have to go through all the programsGo to the directory where the .deb file is, and type: dpkg -i debianpackagefilename.deb and it should install the package. If it comes up with errors, then I reccmmend using dselect, otherwise, it should be fine. HTH, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: XConfig help!
Hey :) From: Tam Ma <[EMAIL PROTECTED]> This will be my second attemp trying to configure xfree86. I am a >newbie to linux and this is my first crack at X window so can you >guys give a little help before hose the whole system..hehe. Anyway >the favor is that if you are not busy, can you send >your "XF86Config" file so I can examine it and figure out what to do. You don't have to make your own file... run the xf86config (and it IS case sensitive...).. and enter the information that it asks for. It's not too bad to set up ;) HTH, Brant __ Get Your Private, Free Email at http://www.hotmail.com
XFRee86 3.3.2(.3-2) on an IBM Thinkpad 360
Hi. I need help...!! I have an IBM ThinkPad 360Cs, 165 meg hard drive, and 8 megs of ram. I installed XFree86 3.3.2(.3-2). If I tried to run the XF86Setup, the screen would go blank, and the only way I can get it back is to reboot my computer. If I do the CTL+ALT+BKSPC, I get the command prompt, but I can't see anything anymore. The only way for me to get video back is to reboot the computer. (I've tried the Fn+F7 trick)... Anyway, I used XF86Config, and configured my IBM Thinkpad 360 monitor as a Starndard VGA (640x480) monitor @ 60hz... I set the defaults to 8 bit color, and 640x480 resolution...Using the SVGA server (3.3.2.3-2)... The screen comes up, but it looks like it has been shifted too far left and too far down. As I move the mouse around on the screen, I can see two mouse cursors... One that is where it should be, and the other that has been 'wrapped' around the screen. if I move my mouse to the right, it comes back over to the left a short piece, and then stops (like it hit the edge of the screen...). Same thing if I move the mouse up or down. I have tried the tpdualscan.elf (this may not be the place to post this...), and I get an error saying cannot execute binary fileAnd I haven't been able to find the libsmapidev packages (debian or rh...) Can anyone help me?? TIA, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: Can't boot from floppies - HELP!
Original Message Follows From: Jake Griesbach <[EMAIL PROTECTED]> To: debian-user@lists.debian.org, debian-boot@lists.debian.org Subject: Can't boot from floppies - HELP! Date: Fri, 22 Oct 1999 14:18:53 -0600 (MDT) I'm trying to boot from the Debian rescue disk to install linux for the first time. I have an adaptec AIC-7890 scsi card, so I was typing linux aix7xxx to boot. After the kernel loads, I get the following after the scsi driver loads: sda: sda1, sda2 sdb: sdb1 [MS-DOS FS Rel. ... [me=0x0, ... Transactions block size = 512 Kernel panic: VFS: Unable to mount root fs on 01:00 *** Hey Jake... Just out of curiosity, where did the disks come from, and what kind of partition have you got on your hard disks now? On your Debian CD, or an FTP site, there should be a folder called Install (on my cd..) or something like that... (it is accessible from dos/win)...If your computer supports booting from the CD, I recommend that you do that. Otherwise, in the Install folder, there's a bunch of files, and some documents on how to make the boot floppy used for installation... If you are using those disks, then here's another idea... Make you a Dos, or Windows Boot Disk, then, from windows, copy the following files off of the install folder on the CDROM (ftpsite..) onto the floppy: boot.bat linux root.bin loadlin.exe Then boot off of your Dos/Windows boot disk, and then insert the disk that you put the listed files on... then run the boot.bat file Try that and see what happend ;) Hope This Helps, Brant Wells ([EMAIL PROTECTED]) ps: Anyone reading this, please correct me, if there's an easier way to do this (grin)... Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: Need help for x window
Original Message Follows From: jh <[EMAIL PROTECTED]> To: "Brant Wells" <[EMAIL PROTECTED]> Subject: Re: Need help for x window Date: Fri, 22 Oct 1999 08:46:06 -0600 -- Thanks for your words of advice. I have been running xf86config and rerunning it but I can not nail down my monitors horiz and vert sync rates. I keep getting a messed up screen. So I remove xmd and try again. I have run searches on the net, (with another computer but can't find and info on my monitor, it's an older vga) I'm shooting in the dark but I would hope that eventually I will hit the mark. Jeff - Hey :) Post your monitor type here, and maybe someone else can help you. Just for the sake of mentioning it... There should be a sticker on the back that lists at least the base Horz & Vertical Frequencies(it may be a long shot...) Here's an even longer shot... If you need the company that made the monitor to tell you, you should be able to find an FCC id search page, and get the # off of your monitor What kind of monitor have you got? I run a small computer business, so I may be able to get the specs for ya, if all else fails... HTHSM (Hope This Helps Some More) Brant ([EMAIL PROTECTED]) __ Get Your Private, Free Email at http://www.hotmail.com
Re: Need help for x window
--- Hi Brant. It is a Micron model M14FG. It says on back: 115/230V/1A, 60/50hz. I have tried manually entering 60 for the horiz and 50 for the vert. I have tried selections that were preconfigured at 60 and 50. I feel like I have tried most of the combinations listed. I know the info on my vid card so I do not think that is the issue. One question I have is during the install of debian, the install screen was at first in full color, as if it was in some kind of window, doesn't that indicate that the program has some basic settings that would work for my monitor? I'm wondering if I should go with another distribution. -- I'm not sure if its a Debian problem or what... I'm going to be trying Mandrake on my IBM 360 I've been posting about... In the mean time, I'll see if I can dig up some specs on that monitor. It could be an XF86 compatibility problem... That's what I'm looking at now L8r, Brant Wells ([EMAIL PROTECTED]) "This tagline is shareware... to register, please send $25 to e-mail address above..." __ Get Your Private, Free Email at http://www.hotmail.com
Re: any need to upgrade kernel
Hi :) I am running slink with kernel 2.0.36. Is there any advantage to upgrading the kernel. If so, which kernel would be best? Or shall i just leave the kernel alone as things are working fine.. --- (Anyone reading this, please correct me...) Upgrading the Kernel depends on what you need... The newer kernels suppport newer hardware, and have new features. I've heard that if you want to upgrade, 2.2.10 is the best. I'm about to try it, because I'm having a few problems of my own w/ kernel 2.2.1. Upgrading also depends on how good you are @ following step by step instructions. There should be docs and everything with it... Seeing as I don't know how well you work with linux, I would say that if you try it, make yourself a rescue disk first!! (I just got mine un fried, thanx to a boot disk!)... HTH, Brant __ Get Your Private, Free Email at http://www.hotmail.com
GUI for Samba
Hi all... Does anyone know of a GUI config program for Samba?? Thanx Brant Wells "Seek ye first the Kindom of God, and His righteousness, and all these things shall be added to you as well..." Matthew 6:33 __ Get Your Private, Free Email at http://www.hotmail.com
Apache & Listening on another IP...
Hi all I have apache installed on my Linux boxI need to get apache to listen on another ip address in order to be my web server... Can someone tell me how to do that? TCP/IP is working. This is a home network, btw My main Server, DaHouse is running windows 2000, with the dialup connections shared. Linuxbox (my computer while it's running Debian) has the Apache web server. How can I make Apache listen to the IP address of DaHouse? Thanks, Brant Wells "No weapon formed against them shall prosper..." Isaiah 54:17 __ Get Your Private, Free Email at http://www.hotmail.com
Re: Booting from floopy slow
Howdy: I installed Debian slink in a second hard drive, which is hdb1 (there are hda1 to hda4), my system does not allow booting from a slave hard drive, so I use the floppy system, but it is very slow. What can I do to accelerate it? This is what I've had to do... in your /etc/lilo.conf, edit the line that says boot=/dev/hdb1 (or whatever..) and change it to say /dev/fd0 (your first floppy disk)... Then save the file, insert a blank disk. After that, just type lilo from your command prompt. On my computer, /etc/lilo.conf looks like this... boot=/dev/fd0 root=/dev/hdb1 install=/boot/boot.b map=/boot/map vga=normal delay=20 image=/vmlinuz label=Linux read-only then, when I run the lilo command, it looks like this: LinuxBox:~# lilo If you have a blank disk in the floppy, it should say something like "Added Linux *" or something like that. Then, the next time you reboot, use the floppy you just made, to start linux... Hope this helps, Brant "The things we do, and the things we say make us who we are, each and every day." -- Brant Wells, 1999 __ Get Your Private, Free Email at http://www.hotmail.com
Network Configuration
Howdy Y'all How can I re-configure my network after installing linux? Thanx for the help :) Brant Wells; a linux newbie __ Get Your Private, Free Email at http://www.hotmail.com
Adding a DNS entry to the /etc/NETWORKS file
Howdy All :) Can someone tell me how to add a DNS entry into the /etc/networks file? I've got network access, but I have to know the IP addresses for access :( I know the IP of the DNS server, but I don't know how to set it up. Thanx Brant __ Get Your Private, Free Email at http://www.hotmail.com
Adding a DNS entry to the /etc/NETWORKS file
Howdy All :) Can someone tell me how to add a DNS entry into the /etc/networks file? I've got network access, but I have to know the IP addresses for access :( I know the IP of the DNS server, but I don't know how to set it up. Thanx Brant __ Get Your Private, Free Email at http://www.hotmail.com
Netscape...
Hey all! I downloaded the *.deb packages for NETSCAPE...when I try to install it using dselect, it won't install... Help!!! Thanx, Brant __ Get Your Private, Free Email at http://www.hotmail.com
Re: Joeseph Hartmann & Netscape
Hey Joe, I read somewhere when you get the tarball (communicator-v407...tgz) file from the netscape ftp site. Then you copy that file to /tmp and then you run dpkg -i pathname/netscape.deb (the netscape install package) and it should work... I'm trying it now :) E-mail me if I can help you, and maybe we can work through this together :) Fellow Linux Newbie, Brant Wells; "Ramdisk... not an installation procedure..." __ Get Your Private, Free Email at http://www.hotmail.com
Re: Network Setup Problems
Hey Chris: >I am having some problems getting my lan working. I'm trying to >connect my win95 machine to my linux machine. Both have 3c509's >connected to a hub. I've given my linux box 192.168.1.1 and windows >192.168.1.2. However, I can not ping either machine from the other. >Any ideas? Just for reference, have you checked the lights on the Cards, to see if they come on (* a light on the hub should also come on...)? Check the hub, and make sure the fan inside is working. Also, change the ports on the hub as individual ports tend to go bad from time to time... You may also want to find someone with a cable tester to check the cables to the hub. What kind of Hub are you running (3com?)? Depending on what kind of hub you have, there may be a port marked as "Uplink" or something like that... Plug your Linux box into that port (seeing as it looks like your Linux box will be the dial up for the internet)... Is any of that any help?? Let me know... Brant Wells "RAM Rarely Adequate Memory..." __ Get Your Private, Free Email at http://www.hotmail.com