Search results

  1. P

    Can't mount NTFS USB stick

    This works for me. I use "sysintall" to partition and label the USB device. However, when attach/detach after writing change to disk it always prompts GEOM: media size does not match label Then after attaching, run mount_msdosfs /dev/da0a /mnt/usb give the error invalid argument I know dd...
  2. P

    USB wireless dongle detection

    Hi all, My project will use two FreeBSD installs, one for sender and the other for receiver. I need to do kernel modification for TCP stack. The sender will connect to an AP through USB and the receiver with a USB wifi dongle. I have different algorithms in sender and receiver sides. How can I...
  3. P

    HOWTO: create custom FreeBSD usb bootable flash

    Then you suspect the space not enough. Which part should I check free space? USB space or native FreeBSD /usr/src space?
  4. P

    HOWTO: create custom FreeBSD usb bootable flash

    zfs list internal error: failed to initialize ZFS library So does this mean I am not using ZFS?
  5. P

    HOWTO: create custom FreeBSD usb bootable flash

    How do I know I am using zfs? BTW, I just repeat the steps. This time, I installkernel first and it succeeds. Then I try installworld and it still prompts error 28. The whole procedure still fails.
  6. P

    HOWTO: create custom FreeBSD usb bootable flash

    I know that is a typo, but it has nothing wrong with my problem. In fact, I use "KERNCONF" but not "KERNLCONF" and the issue is still same. Thanks.
  7. P

    HOWTO: create custom FreeBSD usb bootable flash

    I follow the instructions and everything is ok until I come to the following: # make installworld DESTDIR=/jails/resc # make installkernel DESTDIR=/jails/resc KERNLCONF=ALMOSTGENERIC # cd etc # make distribution DESTDIR=/jails/resc make installworld DESTDIR=/jails/rescworks well and no error...
  8. P

    layer 2 information to be packed into mbuf

    Hi all, I have to collect some layer 2 information (RSSI/data rate/noise level) and pack them in mbuf so that TCP/IP level can get this information for window control calculation. I am using RT73 USB wireless driver (/sys/dev/usb/wlan/if_rum.c) to do the work. But now my concern is: 1. The mbuf...
  9. P

    rum0: need multicast update callback

    sorry for typo. Have I done configuration incorrectly?
  10. P

    rum0: need multicast update callback

    Hi all, I have already successfully used EnGenius EUB-3701 EXT usb wifi dongle on FreeBSD 8.0 Release. As handbook instruction, I add following lines in /etc/rc.conf: wlans_rum0="YES" ifconfig_wlan0="ssid linksys DHCP" Then I reboot and there are some messages in dmesg wlan0" Ethernet...
  11. P

    EnGenius EUB-3701 EXT USB wifi dongle not working

    check with "dmesg" command: dmesg | grep rum there is some error: module uhub/rum already exists module uhub/rum failed to register: 17 So I guess that I have mounted the device twice. I delete the line in /boot/loader.conf: if_rum_load="YES" Then reboot, the device can be recognized now...
  12. P

    EnGenius EUB-3701 EXT USB wifi dongle not working

    Hi all, I am using EnGenius EUB-3701 EXT usb wifi dongle in FreeBSD8.0-Release. This is output when I key in "usbconfig -u 7 -a 2 dump_device_desc": ugen7.2:<802.11 bg WLAN Ralink> at usbus 7, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x001 bcdUSB =...
  13. P

    root login issue in KDE4

    sorry for previous post. It works for me. Thanks.
  14. P

    root login issue in KDE4

    I can't even enter into command shell mode before auto KDE login screen.
  15. P

    root login issue in KDE4

    Seems it doesn't work for me in VMware player 3. Thanks.
  16. P

    root login issue in KDE4

    Hi xguru, Thanks for your kindly help. I tried your suggestion but it can't allow me to save the change. The problem is that I have no su privilege in normal user.
  17. P

    root login issue in KDE4

    just check again. My normal account not in "wheel" group or operator group. So now I lost last chance to give my normal account the privilege for su command. How can I disable KDE auto login without root privilege? The last way is to re-install the whole image, isn't it?
  18. P

    root login issue in KDE4

    Hi all, I am new to FreeBSD and install a virtual machine image for FreeBSD 8 on VMWare Player 3 on a Windows XP PC. I follow the instruction on How to install and configure a FreeBSD 8 Desktop with Xorg and KDE?. I install Xorg and KDE4 successfully on virtual machine. I create a normal...
Back
Top