DNS newbie question

2005-03-03 Thread Claudiu Bichir
Where do I have to specify the ip of the dns server ?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


No ports without ftp ?

2005-02-27 Thread Claudiu Bichir
Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any chance 
for me to install aplications from ports ?
Thank you !


-
Do you Yahoo!?
 Read only the mail you want - Yahoo! Mail SpamGuard.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Compatible NIC

2004-10-29 Thread Claudiu Bichir
I want to buy a NIC and I want it to be compatible with FreeBSD.
Is RealTek 8139 compatible with FreeBsd ?


-
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Boot manager problem

2004-09-24 Thread Claudiu Bichir
Hello guys!
I have 2 partitions on my hard drive (ad0) one with Windows XP, the other one with 
FreeBSD 5.0. Like usual I had problems with windows and I had to format the first 
partition and reinstall windows. But as you know the instalation deleted the FreeBSD 
boot manager. I rebooted with a FreeBSD cd and typed fdisk -b /boot/boot0 ad0 which 
indeed brought the boot manager back but even now when I press F2 ( the key assigned 
to FreeBSD) it beeps instead of booting the system.
Is there a problem with the disk geometry ? Because if it is then I'm pretty 
helpless,I am a newbie regarding this OS.
Can I recover my data or do I have to delete the whole FreeBSD partition and reinstall 
the OS ?


-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Boot manager problems

2004-09-24 Thread Claudiu Bichir
Hello guys!
I have 2 partitions on my hard drive (ad0) one with Windows XP, the other one with 
FreeBSD 5.0. Like usual I had problems with windows and I had to format the first 
partition and reinstall windows. But as you know the instalation deleted the FreeBSD 
boot manager. I rebooted with a FreeBSD cd and typed fdisk -b /boot/boot0 ad0 which 
indeed brought the boot manager back but even now when I press F2 ( the key assigned 
to FreeBSD) it beeps instead of booting the system.
Is there a problem with the disk geometry ? Because if it is then I'm pretty 
helpless,I am a newbie regarding this OS.
Can I recover my data or do I have to delete the whole FreeBSD partition and reinstall 
the OS ?


-
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Boot manger problems

2004-09-22 Thread Claudiu Bichir
I have 2 partitions on my hard drive ( ad0 ), one with Windows XP, one with FreeBSD 
5.0.
Like usually I had problems with windows and I had to format the first partition 
(ad0s1) and reinstall it, but as you know it deleted the FreeBSD boot manager.
I booted with a CD and tryed fdisk /b /boot/boot0 ad0 which indeed brought back the 
boot manager but even now I can't enter FreeBSD because when I press F2 it beeps 
instead of booting.
Is there a problem with the disk geometry? If yes ... I'm pretty helpless because I 
can say that I'm a newbie regarding this OS.
Can I recover my FreeBSD partition or do I have to delete it and reinstall the OS 
again?
 


-
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Boot manager problems

2004-09-22 Thread Claudiu Bichir
I have 2 partitions on my hard drive ( ad0 ), one with Windows XP, one with FreeBSD 
5.0.
Like usually I had problems with windows and I had to format the first partition 
(ad0s1) and reinstall it, but as you know it deleted the FreeBSD boot manager.
I booted with a CD and tryed fdisk /b /boot/boot0 ad0 which indeed brought back the 
boot manager but even now I can't enter FreeBSD because when I press F2 it beeps 
instead of booting.
Is there a problem with the disk geometry? If yes ... I'm pretty helpless because I 
can say that I'm a newbie regarding this OS.
Can I recover my FreeBSD partition or do I have to delete it and reinstall the OS 
again?
 


-
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Compile error

2003-09-13 Thread Claudiu Bichir
Hy guys ! I'm triyng to compile this simple prog. in FreeBSD 5.0:
#include stdio.h
#include netdb.h
 
int main()
{
char h[80];
struct hostent *x;
 
printf(Host:);scanf(%s,h);
x=gethostbyname(h);
printf(%s\n, x-h_addr_list[0][0]);
return 0;
}
 
 but it gives me the fallowing error 
/var/tmp//ccDxQUWw.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
Does anybody know why ?


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


COM ports

2003-09-11 Thread Claudiu Bichir
Hy folks !
I have FreeBSD 5.0 installed on my computer and I wanted to know how can I 
enable the COM3  COM4 ports. The ports are disabled by default in 5.0.
I tried to modify /boot/device.hints but with no hope .
I commented hint.sio.2.disabled=1 and hint.sio.3.disabled=1 out but when I 
rebooted it said smt like irq 5 not in bitmap of probed irqs 0 ;port may not be 
enabled; the same goes for sio3(but with 9 instead of 5) .I'm just starting so ... 
don't know what to do anymore.
I already read the handbook and the sio(4) manual page but I haven't found something 
helpfull yet.
I'm asking all this because I have an Aztech UM9800 external modem which's on COM3(at 
least that's what Windows shows )and I cannot change its COM port to 1 or 2 .
It is recognized as ugen0 when the system boots.
It is an usb modem but I was told by people on this list that I can use it with 
FreeBSD.
If I can then I would appreciate any help from you on how to set it up.
Thanks people !



-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


COM3 COM4 Modem

2003-09-09 Thread Claudiu Bichir
Hy folks !
I have FreeBSD 5.0 installed on my computer and I wanted to know how can I 
enable the COM3  COM4 ports. The ports are disabled by default in 5.0.
I tried to modify /boot/device.hints but with no hope .
I commented hint.sio.2.disabled=1 and hint.sio.3.disabled=1 out but when I 
rebooted it said smt like irq 5 not in bitmap of probed irqs 0 ;port may not be 
enabled; the same goes for sio3(but with 9 instead of 5) .I'm just starting so ... 
don't know what to do anymore.
I already read the handbook and the sio(4) manual page but I haven't found something 
helpfull yet.
I'm asking all this because I have an Aztech UM9800 external modem which's on COM3(at 
least that's what Windows shows )and I cannot change its COM port to 1 or 2 .
It is recognized as ugen0 when the system boots.
It is an usb modem but I was told by people on this list that I can use it with 
FreeBSD.
If I can then I would appreciate any help from you on how to set it up.
Thanks people !


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
My dmesg, ppp.conf and rc.conf files are attached.
  Thank you,
   Claudiu.






-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!dmesg:

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

MODEM

2003-06-19 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to configure it to work 
with FreeBSD.When my system boots I see something like ugen0:SMElectronics 
Communicator bla bla, I think this is my modem ...
If anybody would like to help me configuring my modem to work with FreeBSD I would 
appreciate that. I HAVE READ THE HANDBOOK chapters 17 and 18 but there's nothing 
relevant.I've fallowed the instructions step by step but ... nothing. I cannot use ppp 
... after I type set device /dev/ugen0,set speed 115200,enable dns and term it 
says something like ... ugen0: no edesc(two times), don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect the whole system 
doen't respond anymore and I must reboot it.
I hope my modem works with freebsd.(it certainly has drivers for linux).
Thank you !


-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Modem

2003-06-15 Thread Claudiu Bichir
I would like to know if only serial modems are working with freebsd.
I have an Aztech UM9800 external modem. It has a USB port.Will it work with freebsd ?


-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]