hotkeys

2004-02-06 Thread Florin Betivoiu
 Hello.  I need some help, ideeas regarding how to make the hotkeys from a 
keyboard work in
FreeBSD. xev for example does not show them as events or anything else. My keyboard is 
an Hewlett
Packard USB Keyboard and I'm trying to make it's hotkeys useful on FreeBSD 
5.2-RELEASE. Thanks in
advance for any suggestions, ideeas.

Cheers,
Florin





___
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 
http://btyahoo.yahoo.co.uk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


about alpha transparency

2004-01-19 Thread Florin Betivoiu
Hello. Transparent menus in Fluxbox don't work on my desktop. I run FreeBSD 5.2. Any 
suggestions?
Thanks in advance.


Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: unneeded modules

2003-11-28 Thread Florin Betivoiu
 --- Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Nov 28), Florin 
Betivoiu
said:
> > I would like to know if there is any way to not compile in the kernel
> > drivers I don't need. For example kldstat -v shows that lots of
> > miibus modules are loaded when i just need pnaphy, or lots of agp
> > modules when I just need intel. Please excuse my poor english, as I
> > am not a native speaker. Thanks in advance for any suggestions,
> > pointers.
> 
> In your kernel config file, you can use MODULES_OVERRIDE to build only
> the modules you need.  Modules are defined in the /sys/modules
> directory, though, and it looks like there is a single "mii" module
> that includes support for all chipsets.  Same for the agp device, so
> you have to build all of them or none.  The sound driver is a bit more
> modular, and you can choose to build only the driver for a single
> chipset.  See /sys/confi/NOTES for a description of the syntax for
> MODULES_OVERRIDE.
> 
> -- 
>   Dan Nelson
>   [EMAIL PROTECTED] 

Ok. With this config file: http://tinfed.dap.ro/PONY I compiled a kernel that has 
2.1MB in size.
Probably I shouldn't compare it with others, but is it not too big?


Download Yahoo! Messenger now for a chance to win Live At Knebworth DVDs
http://www.yahoo.co.uk/robbiewilliams
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


unneeded modules

2003-11-28 Thread Florin Betivoiu
Hi.
I would like to know if there is any way to not compile in the kernel drivers I don't 
need. For
example kldstat -v shows that lots of miibus modules are loaded when i just need 
pnaphy, or lots
of
agp modules when I just need intel. Please excuse my poor english, as I am not a 
native speaker.
Thanks in advance for any suggestions, pointers.


Download Yahoo! Messenger now for a chance to win Live At Knebworth DVDs
http://www.yahoo.co.uk/robbiewilliams
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: floppy

2003-10-16 Thread Florin Betivoiu
Jamie <[EMAIL PROTECTED]> wrote:

On Thu, 9 Oct 2003, [iso-8859-1] Florin Betivoiu wrote:

>
> Hello.
> I am trying to mount a floppy. Don't know what is it that I do wrong,
> cause it doens't work... I have asked for help before, even here, but the
> problem still is not solved :( .
>
> I am using FreeBSD 5.1-RELEASE. The same happend with 5.0-RELEASE, but with FreeBSD 
> 4.8-RELEASE, floppy worked ok.
>
> This is my uname:
> FreeBSD pony 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Sep 24 21:40:11 EEST 2003 
> [EMAIL PROTECTED]:/usr/src/sys/i386/compile/PONY i386
>
> This is what I can see in dmesg:
> fdc0: 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
>
> This is what mount says:
> [EMAIL PROTECTED] mount -t msdosfs /dev/fd0 /mnt/
> msdosfs: /dev/fd0: Input/output error
>
> The first time I asked for help, someone suggested I should do this with
> dd. I must say that if I reboot to Linux, floppy works ok:
> [EMAIL PROTECTED] dd if=/dev/fd0 of=/dev/null
>
> And this is what hapend:
> dd: /dev/fd0: Input/output error


Sorry Florin, I think I made a mistake in my original reply. You might
want to try this instead:

dd if=/dev/zero of=/dev/fd0 bs=1024

Then you need to create a filesystem on the disk:

mkfs -t ext2 /dev/fd0

Then you can try mounting it:

mount -t ext2 /dev/fd0 /mnt/floppy



- Jamie



>
> Thanks in advance for any suggestions.
>
>
>
> -
> Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

"A friend is someone who lets you have total freedom to be yourself."

Well... I don't want to write a floppy, just trying to read one. The
situation is I created this floppy on a windows computer and I am
trying to read it on my home computer which has "just" FreeBSD
and Linux.
I did what you suggested:
# dd if=/dev/zero of=/dev/fd0 bs=1024
dd: /dev/fd0: Input/output error
:((

Someone else suggested I should try to mount /dev/fd0a, but I
noticed in FreeBSD 5.0 and above /dev/fd0a is a symbolic link to
/dev/fd0.
And someone else suggested the mtools. Those didn't work either.
Trying to "mdir a:" resulted in 
Can't open /dev/fd0: Input/output error
Cannot initialize 'A:'
error messages.
Finally, trying to "fdformat -f 1440 /dev/fd0" another good floppy,
resulted in the same I/O error message:
# fdformat -f 1440 /dev/fd0
Format 1440K floppy `/dev/fd0'? (y/n): y
Processing fdformat: ioctl(FD_FORM): Input/output error
When I tryied those things I noticed the floppy doesn't even spins,
just the led lights up for a while.
 
Florin.




-
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


floppy

2003-10-09 Thread Florin Betivoiu

Hello.
I am trying to mount a floppy. Don't know what is it that I do wrong,
 cause it doens't work... I have asked for help before, even here, but the
 problem still is not solved :( .

I am using FreeBSD 5.1-RELEASE. The same happend with 5.0-RELEASE, but with FreeBSD 
4.8-RELEASE, floppy worked ok.

This is my uname:
FreeBSD pony 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Sep 24 21:40:11 EEST 2003 [EMAIL 
PROTECTED]:/usr/src/sys/i386/compile/PONY i386

This is what I can see in dmesg:
fdc0:  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

This is what mount says:
[EMAIL PROTECTED] mount -t msdosfs /dev/fd0 /mnt/
msdosfs: /dev/fd0: Input/output error

The first time I asked for help, someone suggested I should do this with 
dd. I must say that if I reboot to Linux, floppy works ok:
[EMAIL PROTECTED] dd if=/dev/fd0 of=/dev/null

And this is what hapend:
dd: /dev/fd0: Input/output error

Thanks in advance for any suggestions.



-
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


fdisk

2003-09-19 Thread Florin Betivoiu
 Hi, I'm a newbie that's been doing stuff and now needs help. I have
two harddrives, on the master drive there's FreeBSD 5.0 and on the slave
drive you could find Slackware 9. I used lilo from the slackware drive as a
boot loader and installed it in the master boot record of the first drive, the
one with FreeBSD. Now, I erased Slackware and my system won't boot.
I need help to install the FreeBSD bootloader. Please help! Thanks.


-
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


newbie

2003-09-04 Thread Florin Betivoiu
Hi,
 I'm trying to mount a floppy and not having much success... I don't
know what it is wrong that I do, cause on the same machine (but on
Linux) everything is fine. Below is my kernel configuration file, my dmesg
and the error I get when I try to mount. Please help!
 
# 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 #2: Wed Sep  3 19:56:16 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/PONY
Preloaded elf kernel "/boot/kernel/kernel" at 0xc04f1000.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc04f10a8.
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 1002277998 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (1002.28-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x68a  Stepping = 10
  
Features=0x383f9ff
real memory  = 134152192 (127 MB)
avail memory = 124968960 (119 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
ACPI-0625: *** Info: GPE Block1 defined as GPE16 to GPE31
Using $PIR table, 11 entries at 0xc00fdec0
acpi0: power button is handled as a fixed feature programming model.
Timecounter "ACPI-fast"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
acpi_cpu0:  on acpi0
acpi_tz0:  on acpi0
acpi_button0:  on acpi0
acpi_button1:  on acpi0
pcib0:  port 0x4000-0x40f7,0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  mem 0xd000-0xd3ff at device 
0.0 on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at device 0.0 (no driver attached)
pcib2:  at device 30.0 on pci0
pci2:  on pcib2
isab0:  at device 31.0 on pci0
isa0:  on isab0
atapci0:  port 0xf000-0xf00f at device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0:  port 0xd000-0xd01f irq 5 at 
device 31.2 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ichsmb0:  port 0x5000-0x500f at device 31.3 on 
pci0
pcib0: slot 31 INTB is routed to irq 10
smbus0:  on ichsmb0
uhci1:  port 0xd400-0xd41f irq 12 at 
device 31.4 on pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pcm0:  port 0xdc00-0xdc3f,0xd800-0xd8ff irq 10 at device 31.5 on 
pci0
fdc0:  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: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
atkbdc0:  port 0x64,0x60 irq 1 on acpi0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
orm0:  at iomem 0xc-0xc7fff on isa0
pmtimer0 on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
fb0 at vga0
Timecounters tick every 1.000 msec
ipfw2 initialized, divert disabled, rule-based forwarding enabled, default to accept, 
logging limited to 100 packets/entry by default
BRIDGE 020214 loaded
DUMMYNET initialized (011031)
IP Filter: v3.4.29 initialized.  Default = pass all, Logging = enabled
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: 3098MB  [6296/16/63] at ata0-master UDMA33
ad1: 2747MB  [5583/16/63] at ata0-slave UDMA33
Mounting root from ufs:/dev/ad0s1a

# cat /usr/src/sys/i386/conf/PONY
machine i386
#cpuI486_CPU
#cpuI586_CPU
cpu I686_CPU
ident   PONY
maxusers0

#To statically compile in device wiring instead of /boot/device.hints
#hints  "GENERIC.hints" #Default places to look for devices.

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols

options INET#InterNETworking
#optionsINET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem

options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
#optionsMD_ROOT #MD is a potential root device
#optionsNFSCLIENT   #Network Filesystem Client
#optionsNFSSERVER   #Network Filesystem Server
#optionsNFS_ROOT#NFS usable as root device, requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem
options EXT2FS  #EXT2 filesystem
options CD9660  #ISO 9660 Filesystem
options PROCFS  

fxp0

2003-07-01 Thread Florin Betivoiu
 Hello. I am using FreeBSD 4.8 for learning. I love it, is my operating
system of choice. I have some problems however. I installed it on a
system and after a while I decided I want it on another system too. But
the first install was thru ftp and it was a big effort so I didn't want to ftp it
again (and bother all those people) so I looked for a different
solution. It came from one of you guys: dump and restore. I did this:
I put the second harddrive in the system as secondary master and
created a slice and partitions. The harddrives both had windows
partitions on them so the source slice was /dev/ad0s2 and the
destination slice was /dev/ad2s2. Then I mounted the partitions I wanted
to fill up and for each one did a dump and a restore. For example,
the /usr partition got this:
 
#mount /dev/ad2s2g /mnt/s2/usr
#dump -0uaf - /dev/ad0s2g | (cd /mnt/s2/usr; restore -rf - )
 
 Now the system I just created has a problem which I hope you can help me with. 
The kernel fills up ttyv0 with messages like
these:
 
fxp0: SCB timeout: 0xff 0xff 0xff 0xfff
fxp0: device timeout
fxp0: SCB timeout: 0xff 0xff 0xff 0xfff
fxp0: SCB timeout: 0xff 0xff 0xff 0xfff
fxp0: SCB timeout: 0xff 0xff 0xff 0xfff
fxp0: DMA timeout
 and they keep on coming
 
 Now I don't think it's a hardware problem, the two systems are
absolutely the same and I didn't have any problems before (with
windows). Help me? Thank you in advance for any suggestions.



 


-
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


realtek 8139

2003-06-27 Thread Florin Betivoiu
Hello,
I have FreeBSD 4.8 Release. At one time I pulled out the network cable 
and I got this message:
 
rl0: reset never completed
 
The system was doing something, not much, like pinging, I don't recall 
exactly. After that, at the first boot, in dmesg I found this:

rl0: chip is is in D3 power mode -- setting to D0
 
Just that dmesg, no others, and with 'is' twice :). Now every ping I do, 
results in:
 
sendto: host is down
 
and it isn't. On the same sistem resides a windows which is not 
bothered by anything. What is wrong? What did I do? How can I undo it?
Point me to the path of my salvation, please :) Thank you.




-
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


realtek 8139

2003-06-27 Thread Florin Betivoiu
Hello,
I have FreeBSD 4.8 Release. At one time I pulled out the network cable 
and I got this message:
 
rl0: reset never completed
 
The system was doing something, not much, like pinging, I don't recall 
exactly. After that, at the first boot, in dmesg I found this:

rl0: chip is is in D3 power mode -- setting to D0
 
Just that dmesg, no others, and with 'is' twice :). Now every ping I do, 
results in:
 
sendto: host is down
 
and it isn't. On the same sistem resides a windows which is not 
bothered by anything. What is wrong? What did I do? How can I undo it?
Point me to the path of my salvation, please :) Thank you.



-
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ata0-slave: ATA identify failed

2003-04-02 Thread Florin Betivoiu

 Hello. I am a beginner with FreeBSD (I have 5.0 DP2) and I compiled a kernel, 
starting from the GENERIC configuration file. Didn't change anything in the ata 
section, except I took out the tape device and the ATA_STATIC_ID (as a last thing when 
I didn't know what to do anymore). The problem is at boot time, it waits a while for a 
slave drive, which never existed. Other than that, it works just fine. The master 
drive is a really old one, here are the prints of some commands:

# dmesg | grep ata
atapci0:  port 0xf000-0xf00f at device 31.1 pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
ata0-slave: timeout waiting for interrupt
ata0-slave: ATA identify failed
ad0: 2060MB  [4186/16/63] at ata0-master WDMA2

# atacontrol list
ATA channel 0:
Master: ad0  ATA/ATAPI rev 0
Slave:   no device present
ATA channel 1:
Master: no device present
Slave:   no device present

# atacontrol mode 0
Master  = WDMA2
Slave= ???

 I took out from device.hints the references to ata, compiled the kernel without 
them but the same stuff happens. It's not a big deal, the waiting, but I'd like to 
know what did I do wrong, cause this isn't happening with the generic or the debug 
kernel. Thank you, bye.




-
Yahoo! Mail - For a better Internet experience
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"