Search results

  1. bhargava

    ctags and exuberent ctags like options

    Thank you SirDice and DutchDaemon.
  2. bhargava

    ctags and exuberent ctags like options

    Oh, I did not know that the ctags came with the base system. I just thought I installed it from the port. Also is there a command which tells me whether the program is from the base or from the ports. Thank you.
  3. bhargava

    ctags and exuberent ctags like options

    Hi, I've ctags-5.8 installed on my system. I used ctags -R --sort=yes --c++-kinds=+p --fields=+iaS --extra=+q . with vim on linux with exuberant ctags. But using this on the FreeBSD system with ctags-5.8 gives me ctags: illegal option -- R usage: ctags [-BFTaduwvx] [-f tagsfile] file...
  4. bhargava

    Change port fetch mirror

    Hi, I would like to change the mirror from which the packages are fetched. The fetch from the default mirror is very slow. How can I change this. Is it possible to test for and choose from some fastest mirror from a list of available mirrors. Thank you.
  5. bhargava

    Difference between C and functional programming

    The Haskell wiki give a good intro to this.
  6. bhargava

    Can not connect to Wireless LAN.

    Thank you wblock, for explaining.
  7. bhargava

    Can not connect to Wireless LAN.

    Thank you. adding SYNCDHCP to /etc/rc.conf and rebooting worked. While a simple dhclient wlan0 did not work. Can you please tell me why or point to where I can learn the reason. Also earlier I had only DHCP for ifconfig_wlan0 in /etc/rc.conf but it did not work, changing to SYNCDHCP it...
  8. bhargava

    Can not connect to Wireless LAN.

    Hi, I am unable to connect to wireless networks. I have my wireless driver loaded and is showing the wireless devices available. %uname -a FreeBSD mybox.hsd1.ca.comcast.net. 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011...
  9. bhargava

    FreeBSD Dev

    I would definitely like to know the link to that web page, if you remember it. I found (and liked it very much) this project in the FreeBSD projects list. But it was an idea for Summer of Code 2010. I am wondering if this has been implemented? Thank you.
  10. bhargava

    FreeBSD Dev

    Actually I thought I will play with Gnome Network Manager till someone suggests me a beginner project so I downloaded the source of Gnome network manager, and am looking at the developer docs. Trying to get a basic idea of D-Bus. I'll get back once get the basic understanding of things in the...
  11. bhargava

    FreeBSD Dev

    Hi all, I've been learning programming (mostly c) and general OS concepts(Modern OS, Andrew Tannenbaum) for a while now. While doing the bookish stuff I realized I can learn more when I write more programs. I would like to know if there are any beginner projects, that I can learn and...
  12. bhargava

    ifconfig wlan0 scan does not show any results.

    Hi, ifconfig wlan0 list scan is now working. Thank you wblock and cheme for the answers and your time.
  13. bhargava

    ifconfig wlan0 scan does not show any results.

    I have a typo in there. I've now corrected it and will see if this will work. I'll post back in a minute after I reboot. Thank you.
  14. bhargava

    ifconfig wlan0 scan does not show any results.

    Hi, I found this line in the dmesg output. bwn_v4_ucode13: could not load firmware image, error 2 .... bwn0: the fw file(bwn_v4_ucode13) not found bwn-open_v4_ucode13: could not load firmware image, error 2 bwn0: the fw file(bwn-open_v4_ucode13) not found here is my kldstat: # kldstat Id...
  15. bhargava

    ifconfig wlan0 scan does not show any results.

    no. The results do not change. I mean it shows no results at all. mybox# ifconfig wlan0 list scan mybox# mybox# ifconfig wlan0 scan mybox# Thank you.
  16. bhargava

    ifconfig wlan0 scan does not show any results.

    I tried everything it does not scan at all. I tried using the following command # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf ioctl[SIOCS80211, op 103, len 128]: Device not configured Failed to initiate AP scan. ioctl[SIOCS80211, op 103, len 128]: Device not configured Failed to...
  17. bhargava

    ifconfig wlan0 scan does not show any results.

    I already installed it. Here is the output: $ ifconfig fwe0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> ether 02:24:1b:33:40:00 ch 1 dma -1 fwip0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 lladdr 0.24.1b.0.95.33.40.0.a.2.ff.fe.0.0.0.0 nfe0...
  18. bhargava

    pulseaudio : main.c: Module load failed.

    Hi, I installed a fresh install of FreeBSD. $ uname -a FreeBSD mybox.hsd1.ca.comcast.net. 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 This error keeps on popping: Mar 3 18:42:15 mybox...
  19. bhargava

    ifconfig wlan0 scan does not show any results.

    Hi, I just now did a fresh install of FreeBSD. $ uname -a FreeBSD mybox.hsd1.ca.comcast.net. 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 $ pciconf -lv ... vendor = 'Broadcom Corporation'...
Back
Top