M$ USB-key
Hello, I have again troubles to run M$ mess on my linux machine (sid, 2.4.27, 2.6.9), but now it is software it is hardware. I got an USB-Memory-stick from M$ and can't mount it. Actually the stick is from Swissbit and according to its homepage it is supported by 2.4+ kernels. How can I run this thing under my machine? Here is dmesg output: hub.c: new USB device 00:07.2-1, assigned address 3 usb.c: kmalloc IF c5216d60, numif 1 usb.c: new device strings: Mfr=1, Product=2, SerialNumber=3 usb.c: USB device number 3 default language ID 0x409 Manufacturer: SWISSBIT Product: Twist SerialNumber: 408E8FAE062113B6 WARNING: USB Mass Storage data integrity not assured USB Mass Storage device found at 3 usb.c: usb-storage driver claimed interface c5216d60 usb.c: kusbd: /sbin/hotplug add 3 usb.c: kusbd policy returned 0xfffe hub.c: port 2, portstatus 100, change 0, 12 Mb/s Here is the error message: $ mount /mnt/usb/ mount: /dev/sda1 is not a valid block device Here is kernel config: $ cat .config | grep USB # CONFIG_USB_IRDA is not set # CONFIG_INPUT_IFORCE_USB is not set # USB support CONFIG_USB=y CONFIG_USB_DEBUG=y # Miscellaneous USB options CONFIG_USB_DEVICEFS=y # CONFIG_USB_BANDWIDTH is not set # USB Host Controller Drivers CONFIG_USB_EHCI_HCD=y CONFIG_USB_UHCI_ALT=y CONFIG_USB_OHCI=y # CONFIG_USB_SL811HS_ALT is not set # CONFIG_USB_SL811HS is not set # USB Device Class drivers # CONFIG_USB_AUDIO is not set # USB Bluetooth can only be used with disabled Bluetooth subsystem # CONFIG_USB_MIDI is not set CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_DEBUG is not set # CONFIG_USB_STORAGE_DATAFAB is not set # CONFIG_USB_STORAGE_FREECOM is not set # CONFIG_USB_STORAGE_ISD200 is not set # CONFIG_USB_STORAGE_DPCM is not set # CONFIG_USB_STORAGE_HP8200e is not set # CONFIG_USB_STORAGE_SDDR09 is not set # CONFIG_USB_STORAGE_SDDR55 is not set # CONFIG_USB_STORAGE_JUMPSHOT is not set CONFIG_USB_ACM=y CONFIG_USB_PRINTER=y # USB Human Interface Devices (HID) CONFIG_USB_HID=y CONFIG_USB_HIDINPUT=y CONFIG_USB_HIDDEV=y # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_KBTAB is not set # CONFIG_USB_POWERMATE is not set # USB Imaging devices # CONFIG_USB_DC2XX is not set # CONFIG_USB_MDC800 is not set # CONFIG_USB_SCANNER is not set # CONFIG_USB_MICROTEK is not set # CONFIG_USB_HPUSBSCSI is not set # USB Multimedia devices # Video4Linux support is needed for USB Multimedia device support # USB Network adaptors CONFIG_USB_PEGASUS=m # CONFIG_USB_RTL8150 is not set CONFIG_USB_KAWETH=m CONFIG_USB_CATC=m CONFIG_USB_CDCETHER=m CONFIG_USB_USBNET=m # USB port drivers # CONFIG_USB_USS720 is not set # USB Serial Converter support CONFIG_USB_SERIAL=y # CONFIG_USB_SERIAL_DEBUG is not set CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_BELKIN=m CONFIG_USB_SERIAL_WHITEHEAT=m CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m # CONFIG_USB_SERIAL_EMPEG is not set CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_VISOR=m CONFIG_USB_SERIAL_IPAQ=m CONFIG_USB_SERIAL_IR=m CONFIG_USB_SERIAL_EDGEPORT=m # CONFIG_USB_SERIAL_EDGEPORT_TI is not set CONFIG_USB_SERIAL_KEYSPAN_PDA=m # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_MCT_U232=m CONFIG_USB_SERIAL_KLSI=m # CONFIG_USB_SERIAL_KOBIL_SCT is not set CONFIG_USB_SERIAL_PL2303=m # CONFIG_USB_SERIAL_CYBERJACK is not set CONFIG_USB_SERIAL_XIRCOM=m CONFIG_USB_SERIAL_OMNINET=m # USB Miscellaneous drivers # CONFIG_USB_RIO500 is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_TIGL is not set # CONFIG_USB_BRLVGER is not set # CONFIG_USB_LCD is not set # Support for USB gadgets # CONFIG_USB_GADGET is not set CONFIG_BLUEZ_HCIUSB=m # CONFIG_BLUEZ_HCIUSB_SCO is not set # CONFIG_BLUEZ_HCIBFUSB is not set -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: M$ USB-key
David Purton wrote: On Sat, Dec 04, 2004 at 11:53:07AM +0100, Yevgen Reznichenko wrote: I have again troubles to run M$ mess on my linux machine (sid, 2.4.27, 2.6.9), but now it is software it is hardware. I got an USB-Memory-stick Sorry, I forgot "not" in this sentence. The right version is "..., but now it is not software it is hardware" Are you sure sda1 is the right device? All other USB keys and digital cameras I mount succesful on this device For some reason, my key uses /dev/sda try mount -t auto /dev/sda /mnt and see if that works Unfortunately not! Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: M$ USB-key
David Goodenough wrote: Look in /proc/partitions when the stick is inserted, and see what partitions the kernel thinks are there. I have also met devices which were partitioned as logical partitions, so the first one was /dev/sda4. The file /proc/partitions doesn't change whether I plug in the USB key or not. It shows five sda partitions sda[1-4] and just /dev/sda, but none of them can be mounted. However it would also be worth investigating the hotplug error code. Hotplug isn't installed, but the usbmgr logs as followed: usbmgr[485]: vendor:0x1370 product:0x2168 usbmgr[485]: class:0x8 subclass:0x6 protocol:0x50 usbmgr[485]: USB device is matched the configuration usbmgr[485]: Can't get module loader Should I try hotplug? Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: M$ USB-key
Sridhar M.A. wrote: Possible solution for your stick: Try cfdisk /dev/sda If I do that I get the following error: --- Cannot open the disk drive --- Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: M$ USB-key
Martijn Bosch wrote: do you have support for scsi disks installed in the kernel? if not, you should to be able to mount an sda device. SCSI is enabled (see .config below). And I can mount most USB keys but not this one though it should be supported by Linux :( Yevgen $ cat .config | grep SCSI CONFIG_BLK_DEV_IDESCSI=y # SCSI support CONFIG_SCSI=y # SCSI support type (disk, tape, CD-ROM) # Some SCSI devices (e.g. CD jukebox) support multiple LUNs CONFIG_SCSI_DEBUG_QUEUES=y CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set # SCSI low-level drivers # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_ACARD is not set # CONFIG_SCSI_AHA152X is not set # CONFIG_SCSI_AHA1542 is not set # CONFIG_SCSI_AHA1740 is not set # CONFIG_SCSI_AACRAID is not set # CONFIG_SCSI_AIC7XXX is not set # CONFIG_SCSI_AIC79XX is not set # CONFIG_SCSI_AIC7XXX_OLD is not set # CONFIG_SCSI_DPT_I2O is not set # CONFIG_SCSI_ADVANSYS is not set # CONFIG_SCSI_IN2000 is not set # CONFIG_SCSI_AM53C974 is not set # CONFIG_SCSI_MEGARAID is not set # CONFIG_SCSI_MEGARAID2 is not set # CONFIG_SCSI_SATA is not set # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_SCSI_CPQFCTS is not set # CONFIG_SCSI_DMX3191D is not set # CONFIG_SCSI_DTC3280 is not set # CONFIG_SCSI_EATA is not set # CONFIG_SCSI_EATA_DMA is not set # CONFIG_SCSI_EATA_PIO is not set # CONFIG_SCSI_FUTURE_DOMAIN is not set # CONFIG_SCSI_GDTH is not set # CONFIG_SCSI_GENERIC_NCR5380 is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_INITIO is not set # CONFIG_SCSI_INIA100 is not set # CONFIG_SCSI_PPA is not set # CONFIG_SCSI_IMM is not set # CONFIG_SCSI_NCR53C406A is not set # CONFIG_SCSI_NCR53C7xx is not set # CONFIG_SCSI_SYM53C8XX_2 is not set # CONFIG_SCSI_NCR53C8XX is not set # CONFIG_SCSI_SYM53C8XX is not set # CONFIG_SCSI_PAS16 is not set # CONFIG_SCSI_PCI2000 is not set # CONFIG_SCSI_PCI2220I is not set # CONFIG_SCSI_PSI240I is not set # CONFIG_SCSI_QLOGIC_FAS is not set # CONFIG_SCSI_QLOGIC_ISP is not set # CONFIG_SCSI_QLOGIC_FC is not set # CONFIG_SCSI_QLOGIC_1280 is not set # CONFIG_SCSI_SEAGATE is not set # CONFIG_SCSI_SIM710 is not set # CONFIG_SCSI_SYM53C416 is not set # CONFIG_SCSI_DC390T is not set # CONFIG_SCSI_T128 is not set # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SCSI_NSP32 is not set # CONFIG_SCSI_DEBUG is not set # PCMCIA SCSI adapter support # CONFIG_SCSI_PCMCIA is not set # Old CD-ROM drivers (not SCSI, not IDE) # CONFIG_CD_NO_IDESCSI is not set # CONFIG_USB_HPUSBSCSI is not set -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: M$ USB-key
David Purton wrote: make sure you have CONFIG_BLK_DEV_SD also. Is enabled :( Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Baghira is grey
Hello! Just now all my widgets in baghira were blue, but after I played with settings of baghira style as root user, it changed something. For normal user all widgets now are grey and I don't know how to change back to blue. I have been through all settings and I am not able to find, how I to specify baghira to use this eyecandy liquid (aqua, blue or what ever is the name for this) style. Who has an advise? Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
bash doesn't accept settings
Hello! My bash doesn't accept the settings like: set completion-ignore-case yes set bell-style none set show-all-if-ambiguous on set show-all-if-unmodified on neither in /etc/inputrc nor directly on the command line. Does anybody has an advise how to solve it? Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: bash doesn't accept settings
Maurits van Rees wrote: On Sat, Dec 11, 2004 at 09:46:12PM +0100, Yevgen Reznichenko wrote: I can imagine that you need to logout and login again before it takes effect. You are right, I thought the bash accept this settings directly without to re-login. Now it works. Many thanks. Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
folder /etc/sysconfig/ in debian
Hello, I found on the net a how-to for setting up of my IrDA device. Unfortunately the how-to is written for RedHat and points to some file /etc/sysconfig/irda where I have to change some values: DEVICE=/dev/ttyS2 to DEVICE=/dev/ttyS1 Who knows the debian equivalent for this file? Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Acer WLAN
Hello, I would like to run my Acer WLAN 802.11 PCMCIA Card under Debian (sid, 2.6.9). According to linux-wlan.org it has a Prism2/2.5/3 chipset. But I can't find the appropriate module which I should load to enable this card. Could you please refer me to the right module name? Furthermore, windows says that this card has Realtek 8180L chipset? Is it in conflict to "Prism2/2.5/3". Is it possible to get running Realtek binaries under 2.6? Any help is welcome! Yevgen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]